コード例 #1
0
 public void HeroStatus(string name, int playerId)
 {
     heroView.HeroStatus(heroService.GetHeroStatus(name, playerId));
 }