using UnityEngine; using System.Collections; public class ServiceItemPos { public int id = -1; public int itemId = -1; public ServiceItemPos() { } }