mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 04:50:55 +01:00
7 lines
123 B
C#
7 lines
123 B
C#
namespace Content.Corvax.Interfaces.Client;
|
|
|
|
public interface IClientJoinQueueManager
|
|
{
|
|
public void Initialize();
|
|
}
|