コード例 #1
0
ファイル: Planet.cs プロジェクト: superjacobl/Valour-Bot
 public async Task <PlanetRole> GetRole(PlanetRole Role)
 {
     return(Roles.FirstOrDefault(x => x == Role));
 }
コード例 #2
0
 public bool HasRole(PlanetRole Role)
 {
     return(Roles.Any(x => x == Role));
 }