RooTicket.vala
authorAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2018 05:54:02 +0000 (13:54 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2018 05:54:02 +0000 (13:54 +0800)
RooTicket.vala

index b778023..cbf0030 100644 (file)
@@ -17,6 +17,16 @@ public class RooRepo : Object
 
 }
 
+public class RooOption : Object 
+{
+       
+       public string id; // not really important that they are numbers..
+       public string name;
+
+}
+
+
 public class RooProject  : Object 
 {
        public string  id; // not really important that they are numbers..