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
  - Extension Methods
 
Fields
Client = 2For client side things only.
Server = 1For server side things only.
Universal = Server | ClientFor server and client side things.