public Hyperlane(StarSystem sysid1, StarSystem sysid2, double length) { this.sysId1 = sysid1.ID; this.sysId2 = sysid2.ID; this.length = length; }
public FindLocalPlayersRequest(StarSystem startSystem) { this.startSystem = startSystem; }
public FindJumpableSystemsRequest(StarSystem startSystem) { this.startSystem = startSystem; }