mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-11 10:16:34 +00:00
Decree system
This commit is contained in:
@@ -696,4 +696,9 @@ public class KList<T> extends ArrayList<T> implements List<T> {
|
||||
t.shuffle(rng);
|
||||
return t;
|
||||
}
|
||||
|
||||
public KList<T> qdrop() {
|
||||
pop();
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user