Fix another bug

pull/1177/head
tobspr 3 years ago
parent 7537494226
commit a3fb3c432a

@ -1,14 +1,7 @@
import { types } from "../../savegame/serialization";
import { Component } from "../component";
export class ItemProducerComponent extends Component {
static getId() {
return "ItemProducer";
}
static getSchema() {
return {
type: types.string,
};
}
}

Loading…
Cancel
Save