mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix another bug
This commit is contained in:
parent
7537494226
commit
a3fb3c432a
@ -1,14 +1,7 @@
|
|||||||
import { types } from "../../savegame/serialization";
|
|
||||||
import { Component } from "../component";
|
import { Component } from "../component";
|
||||||
|
|
||||||
export class ItemProducerComponent extends Component {
|
export class ItemProducerComponent extends Component {
|
||||||
static getId() {
|
static getId() {
|
||||||
return "ItemProducer";
|
return "ItemProducer";
|
||||||
}
|
}
|
||||||
|
|
||||||
static getSchema() {
|
|
||||||
return {
|
|
||||||
type: types.string,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user