mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 09:17:28 +07:00
make logic stuff public, cleanup
This commit is contained in:
@ -38,9 +38,7 @@ public enum LogicOp{
|
||||
floor("floor", Math::floor),
|
||||
ceil("ceil", Math::ceil),
|
||||
sqrt("sqrt", Math::sqrt),
|
||||
rand("rand", d -> Mathf.rand.nextDouble() * d),
|
||||
|
||||
;
|
||||
rand("rand", d -> Mathf.rand.nextDouble() * d);
|
||||
|
||||
public static final LogicOp[] all = values();
|
||||
|
||||
|
Reference in New Issue
Block a user