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