Exemplo n.º 1
0
 public bool CanBeSlotted()
 {
     return(box_collider.enabled && !pc_manager.IsGameEnding());
 }