Example #1
0
 public bool IsValid()
 {
     return(Event != EMCgGameEvent.Get().GetMAX());
 }
Example #2
0
 public void Reset()
 {
     Event    = EMCgGameEvent.Get().GetMAX();
     Value    = 0.0f;
     Location = Vector3.zero;
 }