8 lines
201 B
C#
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();
|