Add colors to each event in hendelse

This commit is contained in:
2018-02-20 19:36:06 +01:00
parent f6174706f8
commit 550161bba2
6 changed files with 21 additions and 4 deletions
+1
View File
@@ -49,4 +49,5 @@ abstract class Event {
public abstract function getDescription(); /* : string */
public abstract function getColor(); /* : string */
}