Main/System/Backpack/BackpackData.cs @@ -5,8 +5,6 @@ using UnityEngine; using System.Collections; namespace vnxbqy.UI { public struct Item { @@ -73,8 +71,4 @@ this.countEx = (ulong)_count; } #endregion } } }