diff options
Diffstat (limited to 'tocltcmds.go')
-rw-r--r-- | tocltcmds.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tocltcmds.go b/tocltcmds.go index a545407..9e64979 100644 --- a/tocltcmds.go +++ b/tocltcmds.go @@ -328,6 +328,7 @@ type ToCltPlaySound struct { Fade float32 Pitch float32 Ephemeral bool + StartTime float32 } // ToCltStopSound tells the client to stop playing a sound. |