Commit 28dda4c3 authored by Melledy's avatar Melledy
Browse files

Add area_id to SceneObject

parent 8c860308
......@@ -9,6 +9,7 @@ import lombok.ToString;
public class SceneObject {
public int level;
public int config_id;
public int area_id;
public Position pos;
public Position rot;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment