Fixed a typo
This commit is contained in:
parent
0292ff06c1
commit
f5b747db95
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ $(deriveJSON defaultOptions {sumEncoding = defaultTaggedObject {tagFieldName = "
|
||||||
|
|
||||||
data JSONEvent
|
data JSONEvent
|
||||||
= SetPlayerTickE {sptEplayerUUID :: U.UUID, sptEtick :: Tick}
|
= SetPlayerTickE {sptEplayerUUID :: U.UUID, sptEtick :: Tick}
|
||||||
| AddPlayerTickE {aptEplayerUUID :: U.UUUID, aptEplayerName :: T.Text}
|
| AddPlayerTickE {aptEplayerUUID :: U.UUID, aptEplayerName :: T.Text}
|
||||||
| InitializeTickLeisteE {itlEtickLeiste :: [(Tick, [(U.UUID, T.Text)])]}
|
| InitializeTickLeisteE {itlEtickLeiste :: [(Tick, [(U.UUID, T.Text)])]}
|
||||||
| ChangeNameE {cnaEplayerUUID :: U.UUID, cnaEplayerName :: T.Text}
|
| ChangeNameE {cnaEplayerUUID :: U.UUID, cnaEplayerName :: T.Text}
|
||||||
| RemovePlayerE {rmpEplayerUUID :: U.UUID}
|
| RemovePlayerE {rmpEplayerUUID :: U.UUID}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue