ViewsLog
class ViewsLog(val coroutineContext: CoroutineContext, val injector: Injector = Injector(), val ag: AG = AGLog(), val input: Input = Input(), val timeProvider: TimeProvider = TimeProvider, val stats: Stats = Stats(), val gameWindow: GameWindow = GameWindowLog()) : CoroutineScope
Constructors
Link copied to clipboard
constructor(coroutineContext: CoroutineContext, injector: Injector = Injector(), ag: AG = AGLog(), input: Input = Input(), timeProvider: TimeProvider = TimeProvider, stats: Stats = Stats(), gameWindow: GameWindow = GameWindowLog())