コード例 #1
0
ファイル: PartyController.cs プロジェクト: Teknikos/MicroRPG
 public IActionResult Spells()
 {
     return(View(WorldService.GetSpells()));
 }