You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{SYSTEM_UPGRADES}from'./system-upgrade';import{JobService}from'../job/job.service';import{JobDocument}from'../job/job.schema';import{SystemLogicService}from'../system/system-logic.service';
@Injectable()exportclassGameLogicService{constructor(privatesystemLogicService: SystemLogicService,// TODO remove these services and try to have only pure logic in this serviceprivatememberService: MemberService,privateempireService: EmpireService,privatesystemService: SystemService,
The text was updated successfully, but these errors were encountered:
https://github.com/sekassel-research/stp-24-server/blob/418ec09afdb2b543ff96eb4b9c2d9b1116912d9b/src/game-logic/game-logic.service.ts#L25
The text was updated successfully, but these errors were encountered: