summaryrefslogtreecommitdiff
path: root/tocltcmds.go
diff options
context:
space:
mode:
Diffstat (limited to 'tocltcmds.go')
-rw-r--r--tocltcmds.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/tocltcmds.go b/tocltcmds.go
index 477ddbc..a6ba471 100644
--- a/tocltcmds.go
+++ b/tocltcmds.go
@@ -787,6 +787,11 @@ func (cmd *ToCltMinimapModes) deserialize(r io.Reader) {
}
}
+// ToCltLighting tells the client the shadow intensity of the local player.
+type ToCltLighting struct {
+ ShadowIntensity float32
+}
+
type ToCltDisco struct{}
func (*ToCltDisco) cmd() {}