namespace Engine.Serialization;
public class StateEnableDto : ClassInterchangeableDto
{
public bool Enabled { get; set; } = false;
}