fix: Fix the namespace for serialization ext (#1566)

This commit is contained in:
Kamron Batman 2023-10-25 20:34:11 -07:00 • committed by GitHub
parent e6d30fef0f
commit 658f564f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
using Server.Accounting;
namespace Server.Misc;
namespace Server;
public static class SerializationExt
{