mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-14 03:32:23 +01:00
Refactored GUI
This commit is contained in:
10
common/lib/src/game/game_dll.dart
Normal file
10
common/lib/src/game/game_dll.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
enum GameDll {
|
||||
console,
|
||||
auth,
|
||||
gameServer,
|
||||
memoryLeak
|
||||
}
|
||||
|
||||
extension InjectableDllVersionAware on GameDll {
|
||||
bool get isVersionDependent => this == GameDll.gameServer;
|
||||
}
|
||||
Reference in New Issue
Block a user