Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created April 21, 2025 17:03
Show Gist options
  • Select an option

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

Select an option

Save todorok1/4941f2ae06f3783d28782430cd9ba6b3 to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第69回 メニュー画面全体を管理するクラス
void Start()
{
}
/// <summary>
/// メッセージウィンドウへの参照を返します。
/// </summary>
public MapMessageWindowController GetMessageWindowController()
{
return _mapMessageWindowController;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment