Skip to content

Commit

Permalink
Merge pull request #12 from OUCC/#3-戦闘シーン
Browse files Browse the repository at this point in the history
fix BattleManager^^
  • Loading branch information
aiueo-1234 authored Jun 18, 2023
2 parents 784ed71 + 1321f31 commit 1e0eb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/BattleManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void Start()
int enemyHp = battleData.Enemy.Hp;

string sendMessage = "";
if (battleData.actionJudge)
if (battleData.ActionJudge)
{
sendMessage += GenerateMessage(battleData.Player);
sendMessage += GenerateMessage(battleData.Enemy);
Expand Down

0 comments on commit 1e0eb93

Please sign in to comment.