示例#1
0
文件: Slot.cs 项目: Jdasi/SlotDrop
 public bool CanBeSlotted()
 {
     return(box_collider.enabled && !pc_manager.IsGameEnding());
 }