예제 #1
0
 public Boots(float __strength, float __warmly, IMaterialCloth __clothMaterial, int __quality)
 {
     _name          = "Boots";
     _strength      = __strength;
     _warmly        = __warmly;
     _clothMaterial = __clothMaterial;
     _quality       = __quality;
 }
예제 #2
0
 public int SetQuality(int _exp, IMaterialCloth _material) => _quality = _exp += _material._qualityMaterial;