Пример #1
0
 public Entity()
 {
     Logger            = new Engine.Logger("Entity");
     MovementDirection = Direction.None;
     SetCoordinates(new Vector2(5, 5));
     Speed          = 5;
     AnimationSet   = 0;
     AnimationFrame = 1;
 }