Add project files.
This commit is contained in:
7
AssetStudio/IYAMLExportable.cs
Normal file
7
AssetStudio/IYAMLExportable.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace AssetStudio
|
||||
{
|
||||
public interface IYAMLExportable
|
||||
{
|
||||
YAMLNode ExportYAML();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user