mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
11 lines
118 B
TypeScript
11 lines
118 B
TypeScript
export interface ContextInterface {
|
|
|
|
}
|
|
|
|
export class Context {
|
|
|
|
constructor( config:ContextInterface ) {
|
|
|
|
}
|
|
|
|
} |