This commit is contained in:
LoogLong 2026-04-24 09:46:30 +08:00
commit 8db7677251
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3a243aa9452658bbc6a74d538d1cf4d73da758f4
Subproject commit 3ea8a56be6e16012ebdeaab6e17f7b14049abda4

View File

@ -727,6 +727,7 @@ public class CUE4ParseViewModel : ViewModel
case "ocio":
case "data" when Provider.ProjectName is "OakGame":
case "scss":
case "yaml":
case "ini":
case "txt":
case "log":
@ -754,6 +755,7 @@ public class CUE4ParseViewModel : ViewModel
case "yml":
case "js":
case "po":
case "py":
case "md":
case "h":
case "non" when Provider.Versions.Game is EGame.GAME_RocoKingdomWorld: