Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created August 15, 2025 14:07
Show Gist options
  • Select an option

  • Save todorok1/24907e7829e23e11796bcda364b6378e to your computer and use it in GitHub Desktop.

Select an option

Save todorok1/24907e7829e23e11796bcda364b6378e to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第119回 選択ウィンドウを制御するクラス
/// <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