Ejemplo n.º 1
0
 virtual public void calculate_movement(Game1 game)
 {
     this.move(this.give_random_direction());
 }
Ejemplo n.º 2
0
 public LevelManager(Game1 game)
     : this(1, game)
 {
 }
Ejemplo n.º 3
0
 public NPC(Game1 new_game, int xIn, int yIn, int hIn, int wIn)
     : base(new_game, xIn, yIn, hIn, wIn)
 {
 }