mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-20 20:26:39 +01:00
14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2023 Citadel Station developers. *//
|
|
|
|
/**
|
|
* turf grid module
|
|
*
|
|
* handles serializing/deserializing turf grids
|
|
*/
|
|
/datum/controller/subsystem/persistence
|
|
|
|
// currently unimplemented due to a lack of need
|
|
|
|
// todo: code this
|