Ejemplo n.º 1
0
 protected override bool Init()
 {
     type = (FanJiType)Mathf.FloorToInt(BaseValue);
     PlaySelfEffect();
     return true;
 }
Ejemplo n.º 2
0
 protected override bool Init()
 {
     type = (FanJiType)Mathf.FloorToInt(BaseValue);
     PlaySelfEffect();
     return(true);
 }