Ejemplo n.º 1
0
 public virtual void OnColition(GameObject otherObject)
 {
     //What happens when coliding with otherObject
 }
Ejemplo n.º 2
0
 public bool checkColition(GameObject otherObject)
 {
     //check if there was a colition
     throw new NotImplementedException();
     return false;//Not implemented so fake
 }