diff options
Diffstat (limited to 'src/game/shared/entity/stasis.cc')
| -rw-r--r-- | src/game/shared/entity/stasis.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/shared/entity/stasis.cc b/src/game/shared/entity/stasis.cc index 0b8a0c8..72f7592 100644 --- a/src/game/shared/entity/stasis.cc +++ b/src/game/shared/entity/stasis.cc @@ -1,3 +1,8 @@ +// SPDX-License-Identifier: BSD-2-Clause +// Copyright (c) 2025 Kirill Dmitrievich +// File: stasis.cc +// Description: Freeze entites that are in an unloaded chunk + #include "shared/pch.hh" #include "shared/entity/stasis.hh" |
