-
-
Save todorok1/24907e7829e23e11796bcda364b6378e to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第119回 選択ウィンドウを制御するクラス
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /// <summary> | |
| /// 選択ウィンドウを表示します。 | |
| /// </summary> | |
| public void ShowWindow() | |
| { | |
| InitializeSelect(); | |
| _uiController.Show(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment