Пример #1
0
 public void logBoxerStats()
 {
     Debug.Log("Acc " + accuracy + ", End " + endurance + ", Hlt " + health + ", spd " + speed + ", str " + strength + ", ftg " + fatigue +
               "AccG " + accuracyGrowth + ", EndG " + enduranceGrowth + ", HltG " + healthGrowth + ", SpdG " + speedGrowth + ", StrG " + strengthGrowth +
               ", Class " + boxerClass.ToString() + ", WR " + WeeksRemaining
               );
 }
Пример #2
0
 public string getDetails()
 {
     return(FirstName + " " + LastName + ", W " + record.Wins + " L " + record.Losses + ", Preference " + preference.ToString());
 }