Ejemplo n.º 1
0
	void Receive_Integrated_Indun_Matching_GoInto_Result( byte[] _packet)
	{
		body_SC_INTEGRATED_INDUN_MATCHING_GOINTO_RESULT result = new body_SC_INTEGRATED_INDUN_MATCHING_GOINTO_RESULT();
		result.PacketBytesToClass( _packet);
		
		AsInstanceDungeonManager.Instance.Recv_Integrated_Indun_Matching_GoInto_Result( result);
	}