Files
RAGECOOP-V/Server/Shared.cs
2023-02-12 22:06:57 +08:00

10 lines
185 B
C#

global using static RageCoop.Core.Shared;
global using static RageCoop.Server.Shared;
global using RageCoop.Core;
namespace RageCoop.Server
{
internal class Shared
{
}
}