예제 #1
0
파일: Slot.cs 프로젝트: Jdasi/SlotDrop
 public bool CanBeSlotted()
 {
     return(box_collider.enabled && !pc_manager.IsGameEnding());
 }