mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
Update ReplicationStreamMessage.scala
Fixed comments. I also wanted to test the online editor to see how it works.
This commit is contained in:
parent
6f85c36247
commit
15298eff3a
|
|
@ -583,7 +583,7 @@ object SquadHeader {
|
|||
|
||||
object SquadListing {
|
||||
/**
|
||||
* `Codec` for standard `SquadHeader` entries.
|
||||
* `Codec` for standard `SquadListing` entries.
|
||||
*/
|
||||
val codec : Codec[SquadListing] = (
|
||||
("index" | uint8L) >>:~ { index =>
|
||||
|
|
@ -601,7 +601,7 @@ object SquadListing {
|
|||
)
|
||||
|
||||
/**
|
||||
* `Codec` for types of `SquadHeader` initializations.
|
||||
* `Codec` for branching types of `SquadListing` initializations.
|
||||
*/
|
||||
val init_codec : Codec[SquadListing] = (
|
||||
("index" | uint8L) >>:~ { index =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue