mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-28 13:14:15 -05:00
Added StatValues.ToString for debug purposes.
This commit is contained in:
@@ -45,5 +45,10 @@ namespace PkmnFoundations.Structures
|
||||
Stats[index] = value;
|
||||
}
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return String.Format("{0}/{1}/{2}/{4}/{5}/{3}", Hp, Attack, Defense, Speed, SpecialAttack, SpecialDefense);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user