コード例 #1
0
ファイル: GameController.cs プロジェクト: disas69/Pong
 public void ShowPopup <T>() where T : Popup
 {
     _navigationProvider.ShowPopup <T>();
 }