mirror of
https://github.com/Dongyifengs/AssetStudio-Genshin-MoYi.git
synced 2025-05-06 11:29:18 +08:00
14 lines
265 B
C#
14 lines
265 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace AssetStudio
|
|
{
|
|
public class LocalSerializedObjectIdentifier
|
|
{
|
|
public int localSerializedFileIndex;
|
|
public long localIdentifierInFile;
|
|
}
|
|
}
|