-
-
Save todorok1/029607e56e70ac98852f6320520cbce3 to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第88回 イベントのページを制御するクラス
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 OnFinishedEventPage() | |
| { | |
| _eventProcessor.OnEventFinished(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment