Files
YarikStudio/AssetStudio/YAML/Base/IYAMLExportable.cs
2023-09-22 20:31:55 +04:00

8 lines
122 B
C#

namespace AssetStudio
{
public interface IYAMLExportable
{
YAMLNode ExportYAML(int[] version);
}
}