Exemplo n.º 1
0
 public CharacterData GetCharacterData(int characterID)
 {
     return(CurrentGame.GetCharacterById(characterID));
 }