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