mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 21:06:55 +01:00
14 lines
248 B
Plaintext
14 lines
248 B
Plaintext
/datum/prototype/poster_design
|
|
abstract_type = /datum/prototype/poster_design
|
|
|
|
/// poster name
|
|
var/name
|
|
/// poster desc
|
|
var/desc
|
|
/// poster icon
|
|
var/icon
|
|
/// poster icon state
|
|
var/icon_state
|
|
/// list of tags, if any
|
|
var/list/poster_tags
|