Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created March 6, 2025 06:34
Show Gist options
  • Save todorok1/95c5cdf37bf3f22e1dd17ee51ace5273 to your computer and use it in GitHub Desktop.
Save todorok1/95c5cdf37bf3f22e1dd17ee51ace5273 to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第39回 戦闘の開始処理を行うクラス
/// <summary>
/// 戦闘の開始処理を行います。
/// </summary>
public void StartBattle(BattleManager battleManager)
{
SimpleLogger.Instance.Log("BattleStarterのStartBattleが呼ばれました。");
_battleManager = battleManager;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment