12 lines
193 B
C#
12 lines
193 B
C#
namespace SideScrollerGame.Content.Definitions;
|
|
|
|
public enum BehaviorEventKind
|
|
{
|
|
Wait,
|
|
MovePath,
|
|
RotatePath,
|
|
FireProjectile,
|
|
ChangeSpeed,
|
|
SpawnChild,
|
|
TriggerEffect
|
|
} |