()
| 91 | public _sizePercentInGroup: number = 0; |
| 92 | |
| 93 | constructor() { |
| 94 | super(); |
| 95 | this._id = '' + _gInstanceCounter++; |
| 96 | this._relations = new Relations(this); |
| 97 | this.createDisplayObject(); |
| 98 | this._gears = new Array(10).fill(null); |
| 99 | } |
| 100 | |
| 101 | // ID and Name | ID 和名称 |
| 102 |
nothing calls this directly
no test coverage detected