Mahjong.Brands.FlowerBrand.FlowerBrand C# (CSharp) 메소드

FlowerBrand() 공개 메소드

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