public SinglePlayerServer( Game window ) { game = window; physics = new Physics( game ); ServerSupportsFullCP437 = true; ServerSupportsPartialMessages = true; }
public SinglePlayerServer( Game window ) { game = window; physics = new Physics( game ); }