test(world): serialize DerethDateTime offset tests

This commit is contained in:
Erik 2026-04-28 11:58:50 +02:00
parent 646246ba84
commit d1fb68f419
4 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,9 @@
using Xunit;
namespace AcDream.Core.Tests.World;
[CollectionDefinition(Name, DisableParallelization = true)]
public sealed class DerethDateTimeCollection
{
public const string Name = "DerethDateTime global offset";
}