mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
Initial commit
This commit is contained in:
26
Unity Studio/AssetPreloadData.cs
Normal file
26
Unity Studio/AssetPreloadData.cs
Normal file
@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Unity_Studio
|
||||
{
|
||||
public class AssetPreloadData : ListViewItem
|
||||
{
|
||||
public long m_PathID;
|
||||
public int Offset;
|
||||
public int Size;
|
||||
public int Type1;
|
||||
public ushort Type2;
|
||||
|
||||
//public string m_Name = "";
|
||||
public string TypeString;
|
||||
public int exportSize;
|
||||
public string InfoText;
|
||||
|
||||
public AssetsFile sourceFile;
|
||||
public int specificIndex = -1; //index in specific asset list
|
||||
public string uniqueID;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user