Пример #1
0
 public void Unregister()
 {
     if (m_Town != null)
     {
         m_Town.UnregisterVendor(this);
     }
 }