void OnDestroy()
 {
     ClearUpTabel();
     _self = null;
 }
 void Awake()
 {
     _self = this;
     InitTable();
     SetPowerValue(DragonBuffManager.Instance().GetPowerValue());
 }