public GameCharacter(ICharacterAi ai)
 {
     Ai = ai;
 }
 void SetAi(ICharacterAi newAi)
 {
     Ai = newAi;
 }