mirror of
https://github.com/Dongyifengs/AssetStudio-Genshin-MoYi.git
synced 2025-04-20 11:39:20 +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;
|
|
}
|
|
}
|