Misc cleanup & fixes
This commit is contained in:
@@ -80,6 +80,10 @@ public class Scripts implements Disposable{
|
||||
|
||||
//region utility mod functions
|
||||
|
||||
public float[] newFloats(int capacity){
|
||||
return new float[capacity];
|
||||
}
|
||||
|
||||
public String readString(String path){
|
||||
return Vars.tree.get(path, true).readString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user