예제 #1
0
파일: Game1.cs 프로젝트: Lu9us/CardProto
 public Game1()
 {
     graphics = new GraphicsDeviceManager(this);
     Content.RootDirectory = "Content";
     ServiceController.setRuntime(Runtime.CLIENT);
     n = new NetworkInterface();
     s = new NetworkUpdatableString(manager, "GameState");
     n.ConnectToServer();
 }