Example #1
0
 public void RemoveActionToAvailable(RTPPlayerAction rTPPlayerActionToRemove)
 {
     currentAvailableActions.MultiValueRemove(rTPPlayerActionToRemove.PlayerActionType, rTPPlayerActionToRemove);
 }