two small activity/event fixes

* fixed GetAcitivityInfoReq proto
* added draft to gadget Scene gatget, to let the client know the propper minigame for some entities
This commit is contained in:
hartie95
2022-07-25 03:04:40 +02:00
committed by Luke H-W
parent 59a412cc83
commit 938b54c2ee
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ public class SceneGadget extends SceneObject{
public SceneBossChest boss_chest;
public int interact_id;
public boolean isOneoff;
public int draft_id;
public void setIsOneoff(boolean isOneoff){
this.isOneoff = isOneoff;