Files
GhostEngine/Ghost.Entities.Test/Program.cs
2025-12-21 13:07:59 +09:00

8 lines
201 B
C#

using Ghost.Entities.Test;
using Ghost.Test.Core;
using Misaki.HighPerformance.LowLevel.Buffer;
AllocationManager.EnableDebugLayer();
TestRunner.Run<SerializationTest>();
AllocationManager.Dispose();