Beispiel #1
0
 public static string MakeID(Buff buff, string contextID)
 {
     return(buff.Name + "@" + contextID);
 }
Beispiel #2
0
 public static string MakeID(Buff buff, Cast context)
 {
     return(buff.Name + "@" + (buff.Context == null ? "NaC" : buff.Context.Identifier));
 }