mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Add display
This commit is contained in:
11
src/js/game/components/display.js
Normal file
11
src/js/game/components/display.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component } from "../component";
|
||||
|
||||
export class DisplayComponent extends Component {
|
||||
static getId() {
|
||||
return "Display";
|
||||
}
|
||||
|
||||
duplicateWithoutContents() {
|
||||
return new DisplayComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user