Files
YarikStudio/AssetStudio/IYAMLExportable.cs
2022-09-27 17:40:31 +04:00

8 lines
94 B
C#

namespace AssetStudio
{
public interface IYAMLExportable
{
YAMLNode ExportYAML();
}
}