diff options
Diffstat (limited to 'internal/world/objects.go')
| -rw-r--r-- | internal/world/objects.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/world/objects.go b/internal/world/objects.go index ae2586a..bf4b592 100644 --- a/internal/world/objects.go +++ b/internal/world/objects.go @@ -23,6 +23,10 @@ type ObjState struct { SharedMax float64 SharedTimer int Quality float64 + + SafespotLevel int + SafespotTicksAtLevel int + SafespotOccupants []string } type ObjMove struct { |
