Reify CrGroupUpdate

This commit is contained in:
2022-07-23 13:57:03 +01:00
parent d8b1a0c71e
commit f4808676e2
6 changed files with 35 additions and 9 deletions
+1
View File
@@ -13,3 +13,4 @@ data GameRoom = GameRoom
, _grLinkDirs :: [Float]
, _grName :: String
}
deriving (Eq,Ord,Show,Read)