This commit is contained in:
LeeJaeHyun 2024-09-12 16:18:02 +09:00
parent db4a3b58c0
commit efdeae9c58

View File

@ -9,6 +9,8 @@ public class MonsterController : MonoBehaviour
IDLE, TRACE, ATTACK, DIE
}
public State monsterState;
// Start is called before the first frame update
void Start()
{