mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-20 23:53:51 +00:00
10 lines
155 B
C#
10 lines
155 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace Minecraft.Server.FourKit.Experimental;
|
|||
|
|
public class PlayerConnection
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|