赞
踩
例如
using System.Collections; using System.Collections.Generic; using UnityEngine; [CreateAssetMenu(fileName = "New Item", menuName = "Inventory/New Item")] public class Item : ScriptableObject { public string itemName; public Sprite itemImage; public int itemHeld; [TextArea] public string itemInfo; public bool equip; }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。