Enum EnumAppSide
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
A server/client side used by for the Vintage Story app. Open in GitHub
[Flags]
[DocumentAsJson]
public enum EnumAppSide
Methods
Server = 1
For server side things only.
Client = 2
For client side things only.
Universal = Server | Client
For server and client side things.