mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
rename class to InterchangeSystem.ts and add builder arguments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { System } from "./entities/System";
|
||||
import { InterchangeSystem } from "./entities/InterchangeSystem";
|
||||
|
||||
export interface ServerContext {
|
||||
systems: System[];
|
||||
systems: InterchangeSystem[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user