Пример #1
0
 public void Register()
 {
     if (m_Town != null && m_Faction != null)
     {
         m_Town.RegisterVendor(this);
     }
 }