diff options
Diffstat (limited to 'tocltcmds.go')
-rw-r--r-- | tocltcmds.go | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tocltcmds.go b/tocltcmds.go index a6ba471..4a553a2 100644 --- a/tocltcmds.go +++ b/tocltcmds.go @@ -737,10 +737,11 @@ type ToCltMoonParams struct { // ToCltStarParams tells the client how to render the stars. type ToCltStarParams struct { - Visible bool - Count uint32 - Color color.NRGBA - Size float32 + Visible bool + Count uint32 + Color color.NRGBA + Size float32 + DayOpacity float32 } type ToCltSRPBytesSaltB struct { |