Ejemplo n.º 1
0
 public SinglePlayerServer( Game window )
 {
     game = window;
     physics = new Physics( game );
     ServerSupportsFullCP437 = true;
     ServerSupportsPartialMessages = true;
 }
Ejemplo n.º 2
0
 public SinglePlayerServer( Game window )
 {
     game = window;
     physics = new Physics( game );
 }