Table of Contents

Enum EnumAppSide

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

A server/client side used by for the Vintage Story app.

[Flags]
public enum EnumAppSide

Fields

Server = 1

For server side things only.

Client = 2

For client side things only.

Universal = Server | Client

For server and client side things.