Add project files.
This commit is contained in:
18
AssetStudio/YAML/Base/MappingStyle.cs
Normal file
18
AssetStudio/YAML/Base/MappingStyle.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace AssetStudio
|
||||
{
|
||||
/// <summary>
|
||||
/// Specifies the style of a mapping.
|
||||
/// </summary>
|
||||
public enum MappingStyle
|
||||
{
|
||||
/// <summary>
|
||||
/// The block mapping style.
|
||||
/// </summary>
|
||||
Block,
|
||||
|
||||
/// <summary>
|
||||
/// The flow mapping style.
|
||||
/// </summary>
|
||||
Flow
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user