Mahjong.Brands.WordBrand.WordBrand C# (CSharp) Method

WordBrand() public method

�r�P
public WordBrand ( int number ) : System
number int �P���j�p
return System
        public WordBrand(int number)
        {
            this.Number = number;
            See = false;
        }