protected void AddInteraction(Collider other) { if (CheckInteractionValidity(other)) { pcc.AddAction(actionType, Interaction, this, other); } }