mirror of
https://github.com/Noratrieb/killua-bot.git
synced 2026-01-14 15:15:01 +01:00
spoiler warning in TriviaQuestionData
This commit is contained in:
parent
8aaa8702fb
commit
080c79b34b
1 changed files with 10 additions and 0 deletions
|
|
@ -4,6 +4,16 @@ import java.util.ArrayList;
|
|||
import java.util.List;
|
||||
import java.util.Random;
|
||||
|
||||
/*
|
||||
------------------------------------------------------------------------------
|
||||
| |
|
||||
| HXH SPOILER WARING |
|
||||
| |
|
||||
| CONTINUE READING AT YOUR ON RISK |
|
||||
| |
|
||||
------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
public class TriviaQuestionData {
|
||||
static List<List<TriviaQuestion>> questions = new ArrayList<>();
|
||||
private static final Random random = new Random();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue