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