[This is preliminary documentation and is subject to change.]
Type of map storage (file or folder-based).
Namespace: fCraft.MapConversionAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
| C# |
public enum MapStorageType
Members
| Member | Value | Description |
|---|---|---|
| SingleFile | 0 | Map consists of a single file. |
| Directory | 1 | Map consists of a directory with multiple files (e.g. Myne maps). |