mirror of
https://github.com/thebreaddev/Supercell.GUT.git
synced 2024-11-10 07:44:37 +00:00
ad23f95319
only basic messages, wip.
6 lines
125 B
C#
6 lines
125 B
C#
namespace Supercell.GUT.Server.Network;
|
|
internal interface IServerGateway
|
|
{
|
|
void Start();
|
|
Task ShutdownAsync();
|
|
}
|