Example #1
0
 public void AddAvatar(Avatar toAdd)
 {
     avatars.Add(toAdd);
 }
Example #2
0
 public Player(OverWorldControl overWorld)
 {
     _overWorld = overWorld;
     avatar = new Avatar();
 }