public string SpecialRegendSign(SDConstants.BCType tag) { switch (tag) { case SDConstants.BCType.hp: return("⑨"); case SDConstants.BCType.mp: return("⑩"); case SDConstants.BCType.tp: return("⑪"); default: return(null); } }
public void playCommonEffectLocalBarChartAdd(Vector3 pos, SDConstants.BCType tag = SDConstants.BCType.hp) { }