Commit ff3d7712 authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

add publicproperty

parent 641349f2
......@@ -21,6 +21,7 @@ public abstract class Task
private String name;
@PublicProperty
private String description;
@PublicProperty
private int level;
private List<Flag> flags;
......
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