备份CatanBuilding瘦身独立工程
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace HeurekaGames.Utils
|
||||
{
|
||||
public class Heureka_PackageDataManager : ScriptableObject
|
||||
{
|
||||
public Texture2D icon;
|
||||
public string title;
|
||||
public List<PackageLinks> Links = new List<PackageLinks>();
|
||||
|
||||
public Heureka_PackageData[] sections;
|
||||
public bool loadedLayout;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user