ai로그 추가

This commit is contained in:
backuppc
2026-02-26 11:40:57 +09:00
parent 1948eda7ea
commit 2e9b7973c7
8 changed files with 33 additions and 5 deletions

View File

@@ -402,6 +402,7 @@ namespace Project
void sm_StepChanged(object sender, StateMachine.StateMachine.StepChangeEventArgs e)
{
//상태머신의 스텝이 변경될때 발생함
PUB.logdebug.Add($"[AI_TRACE] Global State Change: {e.Old} -> {e.New}");
//Pub.log.Add(string.Format("SM:Step Changed {0} to {1}",e.Old,e.New));
VAR.BOOL[eVarBool.FLAG_AUTORUN] = e.New == eSMStep.RUN;
VAR.BOOL[eVarBool.FLAG_SYNC] = (e.New == eSMStep.SYNC);