RimWorld Mod Maker
RimWorld Mod Maker
Exports
..
Properties
id
modify
required
components
Interface
Component
Copy item path
Source
interface
Component
{
id
:
string
;
modify
:
(
def
:
XmlNode
)
=>
void
;
required
:
string
[]
;
}
Properties
§
Source
§
id:
string
Source
§
modify:
(
def
:
XmlNode
)
=>
void
Source
§
required:
string
[]