private void OnTriggerEnter(Collider other) { ControlPC pc = other.GetComponent <ControlPC>(); if (pc) { pc.CmdEnterKillzone(); } }