Ejemplo n.º 1
0
 public Pig(string name, GameWorld currentGame, Vector2 pos, int animationFPS) : base(name, currentGame, pos, animationFPS)
 {
 }
Ejemplo n.º 2
0
 protected UIElement(GameWorld currentGame, Vector2 pos)
 {
     this.currentGame = currentGame;
     this.pos         = pos;
 }
Ejemplo n.º 3
0
 public House(GameWorld currentGame, Vector2 pos, string spriteName) : base(120, currentGame, pos, spriteName)
 {
 }