コード例 #1
0
ファイル: WebAuth.cs プロジェクト: mdX7/WoWLegionCompanion
 public static void UpdateBreakingNews(string title, string body, string gameObjectName)
 {
     WebAuth.SetBreakingNews(title, body, gameObjectName);
 }