-
-
Save todorok1/dbbe0de8eb09dd101af772631adef1b1 to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第112回 セーブ機能のテストを行うためのクラス
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> | |
| /// データを読み書きするセーブ枠のIDです。 | |
| /// </summary> | |
| [SerializeField] | |
| int _slotId = 1; | |
| void Start() | |
| { | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment