Fix Syntax Error authored by Karikó Csongor Csanád's avatar Karikó Csongor Csanád
...@@ -84,7 +84,7 @@ package Model.Common { ...@@ -84,7 +84,7 @@ package Model.Common {
+ SetEntryFee(int) + SetEntryFee(int)
+ Tick() + Tick()
} }
Park implements ITickable Park --|> ITickable
Park --|> Singleton Park --|> Singleton
Park --|> IInspectable Park --|> IInspectable
... ...
......