1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Further pre-release adjustments

This commit is contained in:
tobspr
2020-09-24 16:12:05 +02:00
parent 1ecc2ebb5d
commit d4dd30857e
31 changed files with 649 additions and 821 deletions

View File

@@ -12,7 +12,6 @@ export const enumWireType = {
export const enumWireVariant = {
first: "first",
second: "second",
third: "third",
};
export class WireComponent extends Component {