mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-13 07:24:53 +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
1 changed files with 2 additions and 2 deletions
|
|
@ -583,7 +583,7 @@ object SquadHeader {
|
||||||
|
|
||||||
object SquadListing {
|
object SquadListing {
|
||||||
/**
|
/**
|
||||||
* `Codec` for standard `SquadHeader` entries.
|
* `Codec` for standard `SquadListing` entries.
|
||||||
*/
|
*/
|
||||||
val codec : Codec[SquadListing] = (
|
val codec : Codec[SquadListing] = (
|
||||||
("index" | uint8L) >>:~ { index =>
|
("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] = (
|
val init_codec : Codec[SquadListing] = (
|
||||||
("index" | uint8L) >>:~ { index =>
|
("index" | uint8L) >>:~ { index =>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue