mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 14:47:16 +01:00
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
/// all mobs
|
|
GLOBAL_LIST_EMPTY(mob_list)
|
|
/// all player mobs (not clients!)
|
|
GLOBAL_LIST_EMPTY(player_list)
|