예제 #1
0
 public override void RegionLoaded(Scene scene)
 {
     if (!m_Enabled)
     {
         return;
     }
     if (m_StatusNotifier == null)
     {
         m_StatusNotifier = new HGStatusNotifier(this);
     }
 }
예제 #2
0
 public override void RegionLoaded(Scene scene)
 {
     if (!m_Enabled)
         return;
     if (m_StatusNotifier == null)
         m_StatusNotifier = new HGStatusNotifier(this);
 }