Exemplo n.º 1
0
 public static Buff GetBuff(uint buffId) => Buffs.GetOrDefault(buffId, new Buff {
     Id = buffId, Name = "Unknown"
 });