Beispiel #1
0
 public override void RemoveActiveTeleportService(IAgentTeleportServiceInterface service)
 {
     lock (m_DataLock)
     {
         if (m_ActiveTeleportService == service)
         {
             m_ActiveTeleportService = null;
         }
     }
 }
Beispiel #2
0
 public abstract void RemoveActiveTeleportService(IAgentTeleportServiceInterface service);
Beispiel #3
0
 public override void RemoveActiveTeleportService(IAgentTeleportServiceInterface service)
 {
     throw new NotImplementedException();
 }