Exemplo n.º 1
0
        protected override bool TryCreateRoom(string gameId, out Caching.RoomReference roomReference, params object[] args)
        {
            var roomRef = TestGameCache.Instance.TryCreateRoom(gameId, this, out roomReference, args);

            this.LastCreatedRoom = roomReference.Room;
            return(roomRef);
        }
Exemplo n.º 2
0
 protected override bool TryGetRoomReference(string gameId, out Caching.RoomReference roomReference)
 {
     return(TestGameCache.Instance.TryGetRoomReference(gameId, this, out roomReference));
 }
Exemplo n.º 3
0
 protected override bool TryCreateRoom(string gameId, out Caching.RoomReference roomReference, params object[] args)
 {
     return(TestGameCache.Instance.TryCreateRoom(gameId, this, out roomReference, args));
 }