This commit is contained in:
nek0 2024-02-02 07:33:02 +01:00
parent b2bd1d4e1d
commit 14fd41ef04

View file

@ -21,7 +21,7 @@ data ServerMessage
| ProvideInitialWizard -- ^ Message containing a newly created player character | ProvideInitialWizard -- ^ Message containing a newly created player character
{ initWizard :: Wizard { initWizard :: Wizard
} }
| Ping -- ^ A servers's heartbeat request | Ping -- ^ A server's heartbeat request
{ pingID :: UUID -- ^ The random ID of the heartbeat request. NOT THE CLIENT'S 'UUID'! { pingID :: UUID -- ^ The random ID of the heartbeat request. NOT THE CLIENT'S 'UUID'!
} }
| TickUpdate -- ^ The Server's state update to the clients | TickUpdate -- ^ The Server's state update to the clients