mirror of
https://github.com/Dongyifengs/AssetStudio-Genshin-MoYi.git
synced 2025-05-06 11:29:18 +08:00
12 lines
221 B
C#
12 lines
221 B
C#
|
namespace AssetStudio
|
|||
|
{
|
|||
|
public class AssetEntry
|
|||
|
{
|
|||
|
public string Name;
|
|||
|
public string Container;
|
|||
|
public string Source;
|
|||
|
public long PathID;
|
|||
|
public ClassIDType Type;
|
|||
|
}
|
|||
|
}
|