mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-16 22:52:40 +08:00
Implement script support needed for dungeons
Only a few are supported right now You will need certain script files in ./resources/Scripts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package emu.grasscutter.scripts.data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import emu.grasscutter.utils.Position;
|
||||
|
||||
public class SceneSuite {
|
||||
public List<String> triggers;
|
||||
public int rand_weight;
|
||||
}
|
||||
Reference in New Issue
Block a user