Ejemplo n.º 1
0
 protected internal override void InitGO(GameObject go)
 {
     go.SetUpdatePriority(UpdatePriority.VeryLowPriority);
     if (m_AreaEffectHandler != null)
     {
         go.CallPeriodically(UpdateDelayMillis, ApplyEffectsToArea);
     }
 }