Clean up some stuff

This commit is contained in:
Schuyler Cebulskie
2016-09-19 04:32:24 -04:00
parent 6ede7a32fd
commit 6a94658dd7
7 changed files with 83 additions and 57 deletions

View File

@@ -15,11 +15,13 @@ class Shard {
* @type {ShardingManager}
*/
this.manager = manager;
/**
* The shard ID
* @type {number}
*/
this.id = id;
/**
* The process of the shard
* @type {ChildProcess}