using vnxbqy.UI; using System; using System.Collections.Generic; using UnityEngine.UI; using System.Linq; using LitJson; public class DogzBagSelectModel : ILModel { public int selectType; protected override void Init() { } protected override void UnInit() { } //提供c#底层使用 public int GetSelectType() { return selectType; } }