NahidaImpact/NahidaImpact.Gameserver/Network/IGateway.cs
2024-01-04 16:48:39 +03:00

6 lines
113 B
C#

namespace NahidaImpact.Gameserver.Network;
internal interface IGateway
{
Task Start();
Task Stop();
}