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