Add odouble / ofloat variable switches.
This commit is contained in:
parent
2ee6d66913
commit
dd62950521
@ -53,6 +53,12 @@ public class VarHelper {
|
||||
switches.put("Boolean", new String[]{
|
||||
"obool"
|
||||
});
|
||||
switches.put("Double", new String[]{
|
||||
"odouble"
|
||||
});
|
||||
switches.put("Float", new String[]{
|
||||
"ofloat"
|
||||
});
|
||||
switches.put("Long", new String[]{
|
||||
"olong"
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user