1 2 3 4 5 6 7 8 9 10 11 12
package object type ObjectDef struct { ID string `yaml:"id"` Name string `yaml:"name"` Color string `yaml:"color"` BehaviorID string `yaml:"behavior"` Hidden bool `yaml:"hidden"` InRoomDescription string `yaml:"inroom_description"` RemovalItem string `yaml:"removal_item"` Props map[string]any `yaml:"props"` }