namespace Engine.Serialization.DTOs; internal record struct BehaviourDTO( string ClassName, int Priority, StateEnableDTO StateEnable );