mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2026-04-14 22:44:08 +02:00
6 lines
183 B
C#
6 lines
183 B
C#
namespace Phantom.Common.Data.Agent.Instance.Backups;
|
|
|
|
public interface IInstancePlayerCountDetectorFactory {
|
|
IInstancePlayerCountDetector MinecraftStatusProtocol(ushort port);
|
|
}
|