コード例 #1
0
ファイル: UIController.cs プロジェクト: ThePerfectGame/COM
 public void ShowNotification(string text)
 {
     gameScreen.AddNotification(text);
 }