mirror of
https://github.com/cloudmaker97/FS25-Discord-Bot.git
synced 2025-12-06 08:28:33 +00:00
9 lines
No EOL
219 B
TypeScript
9 lines
No EOL
219 B
TypeScript
import Configuration from "./Configuration";
|
|
|
|
export default class GameUpdateFeed {
|
|
private readonly appConfiguration: Configuration;
|
|
|
|
constructor() {
|
|
this.appConfiguration = new Configuration();
|
|
}
|
|
} |