This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package seronis.reddit.prompts; | |
| import seronis.reddit.Main; | |
| import seronis.reddit.util.DieNumeric; | |
| /** | |
| * Created by seronis on 11/26/14. | |
| */ | |
| public class Dice111 extends Main { | |
| boolean finished; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package seronis.reddit.prompts.dice111; | |
| import seronis.reddit.Main; | |
| import seronis.reddit.util.DieNumeric; | |
| import java.util.ArrayList; | |
| /** | |
| * Created by seronis on 11/26/14. | |
| */ |
OlderNewer