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