mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-16 06:52:39 +08:00
Add a few more functions for the script engine to call
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package emu.grasscutter.scripts.data;
|
||||
|
||||
public class SceneVar {
|
||||
public String name;
|
||||
public int value;
|
||||
public boolean no_refresh;
|
||||
}
|
||||
Reference in New Issue
Block a user