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