-
-
Save todorok1/36377e7f5a47f8cb75d7284e8291a587 to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第69回 味方キャラクターのステータスをセットアップするクラス
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> | |
| void SetPartyItems() | |
| { | |
| CharacterStatusManager.partyItemInfoList = _partyItemInfoList; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment