Ejemplo n.º 1
0
 // whether the player is in SSJG, specifically, for now.
 public static bool IsSSJG(Player player)
 {
     return(player.HasBuff(SSJG.GetBuffId()));
 }
Ejemplo n.º 2
0
 // whether the buff is SSJG, specifically
 public static bool IsSSJG(BuffInfo buff)
 {
     return(SSJG.GetBuffId() == buff.GetBuffId());
 }