Back to project page hackfmi-ragdoll-physics.
The source code is released under:
GNU General Public License
If you think the Android project hackfmi-ragdoll-physics listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.midtownmadness.bubblecombat; /*w w w .java 2 s .c om*/ import android.content.Context; import com.midtownmadness.bubblecombar.model.GameModel; import com.midtownmadness.bubblecombar.model.GamesAdapter; import com.midtownmadness.bubblecombat.multiplay.Callback; import com.midtownmadness.bubblecombat.multiplay.MultiplayerGame; public class BluetoothGamesAdapter extends GamesAdapter { public BluetoothGamesAdapter(Context context, int textViewResourceId) { super(context, textViewResourceId, new MultiplayerGame[] {}); } }