Exemple #1
0
 public void OffCoast(ICharacterController Mycharacter)
 {
     storage.delete(Mycharacter);
 }
 public void OffCoast(ICharacterController Mycharacter)
 {
     //Debug.Log("In function OffCoast 2 with parameter:" + Mycharacter.character.ToString());
     //Debug.Log("check storage:" + (storage == null));
     storage.delete(Mycharacter);
 }