Blaze.Server.Game.Game C# (CSharp) Method

Game() public method

public Game ( ) : System
return System
        public Game()
        {
            Slots = new List<ulong>() { 0 };
        }
    }
Game