Esempio n. 1
0
    /// <summary>
    /// 请求城内商店数据
    /// </summary>
    public void C2S_ReqGuildSiegeStoreInfo()
    {
        //Debug.Log("C2S_ReqGuildSiegeStore");
        pt_req_guild_storm_city_d729 msg = new pt_req_guild_storm_city_d729();

        msg.type = 3;
        NetMsgMng.SendMsg(msg);
    }
Esempio n. 2
0
    /// <summary>
    /// 宣告攻城战
    /// </summary>
    public void C2S_ReqApplyGuildSiege()
    {
        //Debug.Log("C2S_ReqApplyGuildSiege");
        pt_req_guild_storm_city_d729 msg = new pt_req_guild_storm_city_d729();

        msg.type = 4;
        NetMsgMng.SendMsg(msg);
    }