v1.00.00
This commit is contained in:
7
AssetStudio/YAML/Base/IYAMLExportable.cs
Normal file
7
AssetStudio/YAML/Base/IYAMLExportable.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace AssetStudio
|
||||
{
|
||||
public interface IYAMLExportable
|
||||
{
|
||||
YAMLNode ExportYAML(int[] version);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user