mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 10:12:53 +02:00
More work on CompanyJobApplication.js, unfinished and untested. need to add popups saying if u got the job or not
This commit is contained in:
@@ -189,6 +189,16 @@ CompanyPosition.prototype.isAgentJob = function() {
|
||||
return false;
|
||||
}
|
||||
|
||||
CompanyPosition.prototype.toJSON = function() {
|
||||
return Generic_toJSON("CompanyPosition", this);
|
||||
}
|
||||
|
||||
CompanyPosition.fromJSON = function(value) {
|
||||
return Generic_fromJSON(CompanyPosition, value.data);
|
||||
}
|
||||
|
||||
Reviver.constructors.CompanyPosition = CompanyPosition;
|
||||
|
||||
CompanyPositions = {
|
||||
//Constructor: CompanyPosition(name, reqHack, reqStr, reqDef, reqDex, reqAgi, reqCha, reqRep, salary)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user