// // Input: act_item_m.proto // DO NOT EDIT! // using XGame.Framework.Network; namespace FL.Network { public sealed partial class ActItem { /// 道具ID public int id; /// 道具数量 public int count; } }