I made a simple wrapper class for an array to be serialized into json. [System.Serializable] public class ItemWrapper { public Item[] items; }.
確定! 回上一頁