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

FlowerBrand() public method

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