mirror of
https://github.com/Dongyifengs/AssetStudio-Genshin-MoYi.git
synced 2025-04-22 04:29:18 +08:00
8 lines
94 B
C#
8 lines
94 B
C#
namespace AssetStudio
|
|
{
|
|
public interface IYAMLExportable
|
|
{
|
|
YAMLNode ExportYAML();
|
|
}
|
|
}
|