コード例 #1
0
ファイル: Slot.cs プロジェクト: Jdasi/SlotDrop
 public bool CanBeSlotted()
 {
     return(box_collider.enabled && !pc_manager.IsGameEnding());
 }