mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 09:25:35 +00:00
12 lines
No EOL
147 B
C#
12 lines
No EOL
147 B
C#
namespace Cirno.Scripts.Enums;
|
|
|
|
public enum EnemyState
|
|
{
|
|
Init,
|
|
Idle,
|
|
Alert,
|
|
Patrolling,
|
|
Shooting,
|
|
Dead,
|
|
Controlled
|
|
} |