コード例 #1
0
 public async Task <V2CharacterRoles> RolesAsync(SsoToken token)
 {
     return(await _internalLatestCharacter.RolesAsync(token));
 }