Exemplo n.º 1
0
 public static void Initialize()
 {
     generic = new Generic();
     generic.ResetEvents();
     world = new World();
     world.ResetEvents();
     player = new Player();
     player.ResetEvents();
 }