コード例 #1
0
	void Receive_Integrated_Indun_Matching_Info_Result( byte[] _packet)
	{
		body_SC_INTEGRATED_INDUN_MATCHING_INFO_RESULT result = new body_SC_INTEGRATED_INDUN_MATCHING_INFO_RESULT();
		result.PacketBytesToClass( _packet);
		
		AsInstanceDungeonManager.Instance.Recv_Integrated_Indun_Matching_Info_Result( result);
	}