Exemplo n.º 1
0
 public static bool IsExhaustedFromTransformation(Player player)
 {
     return(player.HasBuff(TransformationExhaustion.GetBuffId()));
 }
Exemplo n.º 2
0
 public static void AddTransformationExhaustion(Player player)
 {
     player.AddBuff(TransformationExhaustion.GetBuffId(), 600);
 }