Back to project page yahtzee4android.
The source code is released under:
GNU General Public License
If you think the Android project yahtzee4android 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.tum.yahtzee.moves; /*from w w w. ja va 2 s. co m*/ public class DummyMove implements IBaseMove{ public int getPoints() { // TODO Auto-generated method stub return 0; } public void print() { // TODO Auto-generated method stub } }