mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
Unity 5 support
This commit is contained in:
@ -2,10 +2,17 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Unity_Studio
|
||||
{
|
||||
class ClassIDReference
|
||||
public class ClassStrStruct : ListViewItem
|
||||
{
|
||||
public int ID;
|
||||
public string members;
|
||||
}
|
||||
|
||||
public class ClassIDReference
|
||||
{
|
||||
public string[] Names = new string[1121];
|
||||
|
||||
|
Reference in New Issue
Block a user