using System.Collections.Generic; namespace Engine.Serialization.DTOs; internal record struct BehaviourControllerDTO( string ClassType, List Behaviours );