code/modules/newscaster/datums.dm
/datum/feed_network | Singleton that contains all informations related to newscasters (channels, stories). |
---|---|
/datum/feed_message | Describes a single feed story. Always owned by a /datum/feed_channel. |
/datum/feed_channel | Describes a single feed channel. Owns a list of /datum/feed_message. |