mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-11-12 23:32:42 -05:00
separate code into library
misc
This commit is contained in:
13
AssetStudio/LocalSerializedObjectIdentifier.cs
Normal file
13
AssetStudio/LocalSerializedObjectIdentifier.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace AssetStudio
|
||||
{
|
||||
public class LocalSerializedObjectIdentifier
|
||||
{
|
||||
public int localSerializedFileIndex;
|
||||
public long localIdentifierInFile;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user