Implement local specialty spawning

This commit is contained in:
Melledy
2022-05-18 02:21:34 -07:00
parent df580bf519
commit a48585d124
18 changed files with 328 additions and 67 deletions

View File

@@ -8,4 +8,5 @@ import lombok.ToString;
public class SceneGadget extends SceneObject{
public int gadget_id;
public int state;
public int point_type;
}