Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created May 25, 2025 08:42
Show Gist options
  • Select an option

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

Select an option

Save todorok1/c27e3c0d80212056ceef58c7aa5a5f4d to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第78回 メニュー画面全体を管理するクラス
/// <summary>
/// メニュー画面のステータスウィンドウを制御するクラスへの参照です。
/// </summary>
[SerializeField]
MenuStatusWindowController _menuStatusWindowController;
/// <summary>
/// メニューのセーブ画面のウィンドウを制御するクラスへの参照です。
/// </summary>
[SerializeField]
MenuSaveWindowController _menuSaveWindowController;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment