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