Light_summer
2024-04-12 19:17:45 +08:00
committed by GitHub
parent e655e185b4
commit f5a3f31cc9

View File

@@ -34,5 +34,7 @@ internal enum class HookEntryType {
PACKAGE,
/** 装载 Resources Hook */
RESOURCES
RESOURCES;
companion object
}