public PrintHp() { JobDone += (o) => { Debug.Log(o); }; }
public PrintSheild() { JobDone += (o) => { Debug.Log(o); }; }