Ejemplo n.º 1
0
 public void OffCoast(ICharacterController Mycharacter)
 {
     storage.delete(Mycharacter);
 }
Ejemplo n.º 2
0
 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);
 }