// // Input: items_win_m.proto // DO NOT EDIT! // using XGame.Framework.Network; namespace FL.Network { public sealed partial class itemsWin { /// 道具列表 public System.Collections.Generic.List items; /// 消息id public int protoid; } }