refactor: add an identify function to make easy to reuse

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2022-12-29 19:47:19 -07:00
parent c470f05abf
commit 7f438425aa
4 changed files with 132 additions and 37 deletions

View File

@ -363,6 +363,8 @@ set(MINECRAFT_SOURCES
minecraft/mod/tasks/LocalShaderPackParseTask.cpp
minecraft/mod/tasks/LocalWorldSaveParseTask.h
minecraft/mod/tasks/LocalWorldSaveParseTask.cpp
minecraft/mod/tasks/LocalResourceParse.h
minecraft/mod/tasks/LocalResourceParse.cpp
# Assets
minecraft/AssetsUtils.h