コード例 #1
0
ファイル: DevCommands.cs プロジェクト: eagle3000/Werewolf
 public static void WinChart(Update update, string[] args)
 {
     Charting.TeamWinChart(args[1], update);
 }