Пример #1
0
 public UwudleStats(float attack, float xp, UwudleType type, Damagable Health, int level)
 {
     this.attack = attack;
     this.xp     = xp;
     this.type   = type;
     this.level  = level;
 }
Пример #2
0
 public UwudleStats(float attack, float xp, UwudleType type, Damagable Health)
 {
     this.attack = attack;
     this.xp     = xp;
     this.type   = type;
     level       = 0;
 }