mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-05 02:17:10 +00:00
9 lines
110 B
C#
9 lines
110 B
C#
namespace stonevox
|
|
{
|
|
public enum NetEndpoint
|
|
{
|
|
NONE,
|
|
CLIENT,
|
|
SERVER
|
|
}
|
|
} |