public void DeclareCurrentAngel(LastWishAngel angel) { currentAngel = angel; }
public void ClearCurrentAngel() { currentAngel = null; }