mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-03-13 10:11:18 -07:00
Fix another bug
This commit is contained in:
parent
7537494226
commit
a3fb3c432a
1 changed files with 0 additions and 7 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue