refactor the challenge

This commit is contained in:
Akka
2022-05-23 20:55:22 +08:00
committed by Melledy
parent 717c2d1dd7
commit 791b9534b7
30 changed files with 713 additions and 280 deletions

View File

@@ -10,4 +10,5 @@ public class SceneGadget extends SceneObject{
public int state;
public int point_type;
public SceneBossChest boss_chest;
public int interact_id;
}