Exemplo n.º 1
0
 //Method that swaps world whenever the player runs out of stamina
 //This method may be moved to its own class as the internals of this method might Get too complicated
 private void swapWorld()
 {
     //Code to be written later
     GlobalRegistry.Reset();
 }