using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace DCFApixels.DragonECS { [StructLayout(LayoutKind.Sequential)] public readonly struct proto { private readonly ent entity; } }