コード例 #1
0
 public Dress(int style, EColor color, EDressCategory category) : base(style, typeAccessory.Dress)
 {
     this.Style    = style;
     this.type     = typeAccessory.Dress;
     this.Color    = color;
     this.Category = category;
 }
コード例 #2
0
 public Dress(int style, EColor color, EDressCategory category) : base(style)
 {
     EColor         = color;
     EDressCategory = category;
 }
コード例 #3
0
ファイル: Dress.cs プロジェクト: dontcr7/Scripting_201920_P1
 public void TipoVestido(EDressCategory b)
 {
     b = EDressCategory;
 }
コード例 #4
0
ファイル: Dress.cs プロジェクト: dontcr7/Scripting_201920_P1
 public Dress(int style, EColor color, EDressCategory category) : base(style)
 {
 }