[This is preliminary documentation and is subject to change.]

Type of map storage (file or folder-based).

Namespace: fCraft.MapConversion
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public enum MapStorageType

Members

MemberValueDescription
SingleFile0
Map consists of a single file.
Directory1
Map consists of a directory with multiple files (e.g. Myne maps).

See Also