wip: Construct API
This commit is contained in:
@@ -30,6 +30,10 @@ class StructureMaterials {
|
||||
}
|
||||
}
|
||||
|
||||
get materials() {
|
||||
return this.materials;
|
||||
}
|
||||
|
||||
get(itemType) {
|
||||
return this.materials[itemType];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user