Paradise Station 13 - Modules - Types

code/modules/newscaster/datums.dm

/datum/feed_networkSingleton that contains all informations related to newscasters (channels, stories).
/datum/feed_messageDescribes a single feed story. Always owned by a /datum/feed_channel.
/datum/feed_channelDescribes a single feed channel. Owns a list of /datum/feed_message.