Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created June 29, 2025 08:54
Show Gist options
  • Select an option

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

Select an option

Save todorok1/029607e56e70ac98852f6320520cbce3 to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第88回 イベントのページを制御するクラス
/// <summary>
/// イベントページ内の処理が完了した時の処理です。
/// </summary>
public void OnFinishedEventPage()
{
_eventProcessor.OnEventFinished();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment