public static bool IsExhaustedFromTransformation(Player player)
 {
     return(player.HasBuff(TransformationExhaustion.GetBuffId()));
 }
 public static void AddTransformationExhaustion(Player player)
 {
     player.AddBuff(TransformationExhaustion.GetBuffId(), 600);
 }