コード例 #1
0
ファイル: Game.cs プロジェクト: ufosky-game/PlayerIOServer
        internal override void Setup(GameServerHost host, string roomType)
        {
            this.Host     = host;
            this.RoomType = roomType;

            this.Players          = new List <P>();
            this.PlayerInstanceId = 0;
        }
コード例 #2
0
 internal abstract void Setup(GameServerHost host, string roomType);