Exemple #1
0
 public bool HasAuraShape(AuraShape auraShape)
 {
     return(this.HasPack(ItemServices.GetPackage(auraShape)));
 }
Exemple #2
0
 public bool HasSmiley(Smiley smiley)
 {
     return(this.HasPack(ItemServices.GetPackage(smiley)));
 }
Exemple #3
0
 public bool HasAuraColor(AuraColor auraColor)
 {
     return(this.HasPack(ItemServices.GetPackage(auraColor)));
 }
Exemple #4
0
 internal bool HasBlockInternal(Background.Id id)
 {
     return(this.HasPack(ItemServices.GetPackage(id)));
 }