コード例 #1
0
ファイル: DataCache.cs プロジェクト: Lajt/compare-eb-versions
 public bool HasAura(string name)
 {
     return(Auras.Exists(a => a == name));
 }