Ejemplo n.º 1
0
	void Receive_Integrated_Indun_Gogogo( byte[] _packet)
	{
		body_SC_INTEGRATED_INDUN_GOGOGO result = new body_SC_INTEGRATED_INDUN_GOGOGO();
		result.PacketBytesToClass( _packet);
		
		AsInstanceDungeonManager.Instance.Recv_Integrated_Indun_Gogogo( result);
	}