Definition at line 109688 of file NPC.cs.
109689 {
109690
109691
109692
109693
109694
109695
109696 if (Collision.up)
109697 {
109698 velocity.Y = 0.01f;
109699 }
109701 {
109703 }
109705 {
109707 }
109711 }
Vector2 velocity
The velocity of this Entity in world coordinates per tick.
Vector2 position
The position of this Entity in world coordinates.
References Terraria.Collision.up.