Skip to content

Instantly share code, notes, and snippets.

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

  • Save todorok1/36377e7f5a47f8cb75d7284e8291a587 to your computer and use it in GitHub Desktop.

Select an option

Save todorok1/36377e7f5a47f8cb75d7284e8291a587 to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第69回 味方キャラクターのステータスをセットアップするクラス
/// <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