Пример #1
0
 public Transform GetRandomSlotTransform()
 {
     if (!m_SlotManager)
     {
         Debug.LogError("Scenario " + gameObject.name + " has no slot manager");
         return(null);
     }
     return(m_SlotManager.GetRandomSlotTransform());
 }