LeviLamina
Loading...
Searching...
No Matches
EntityHost.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class EntityHost : int {
6 Client = 0,
7 Server = 1,
8};