refactor the challenge

This commit is contained in:
Akka
2022-05-23 20:55:22 +08:00
committed by Melledy
parent 233b46b2f9
commit 57260415b0
30 changed files with 713 additions and 280 deletions

View File

@@ -7,4 +7,6 @@ import lombok.ToString;
@Setter
public class SceneMonster extends SceneObject{
public int monster_id;
public int pose_id;
public int drop_id;
}