Пример #1
0
 public SinglePlayerServer( Game window )
 {
     game = window;
     physics = new Physics( game );
     ServerSupportsFullCP437 = true;
     ServerSupportsPartialMessages = true;
 }
Пример #2
0
 public SinglePlayerServer( Game window )
 {
     game = window;
     physics = new Physics( game );
 }