Back to project page Freebloks-Android.
The source code is released under:
GNU General Public License
If you think the Android project Freebloks-Android 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 de.saschahlusiak.freebloks.network; //from w ww . j ava 2s .c o m public class NET_GAME_FINISH extends NET_HEADER { public NET_GAME_FINISH() { super(Network.MSG_GAME_FINISH, 0); } public NET_GAME_FINISH(NET_HEADER from) { super(from); } }