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

Minor fixes

This commit is contained in:
tobspr
2020-08-15 17:55:14 +02:00
parent 699bb6a21e
commit 070bce7020
3 changed files with 13 additions and 16 deletions

View File

@@ -1,5 +1,4 @@
import { Component } from "../component";
import { WireNetwork } from "../systems/wire";
export class WireTunnelComponent extends Component {
static getId() {
@@ -20,7 +19,7 @@ export class WireTunnelComponent extends Component {
/**
* Linked network, only if its not multiple directions
* @type {Array<WireNetwork>}
* @type {Array<import("../systems/wire").WireNetwork>}
*/
this.linkedNetworks = [];
}