Enum EnumModSourceType
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Represents the origin file type of the mod. Open in GitHub
public enum EnumModSourceType
- Extension Methods
Fields
CS = 0A single .cs source file. (Code mod without assets.)
DLL = 1A single .dll source file. (Code mod without assets.)
Folder = 3A folder able to contain assets and code files.
ZIP = 2A .zip archive able to contain assets and code files.