public override void OnCollision(GameObjects other) { base.OnCollision(other); }
public virtual void OnCollision(GameObjects other) { }