mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 04:50:46 +08:00
JenkInd export strings function
This commit is contained in:
@@ -248,6 +248,16 @@ namespace CodeWalker.GameFiles
|
||||
return res;
|
||||
}
|
||||
|
||||
public static string[] GetAllStrings()
|
||||
{
|
||||
string[] res = null;
|
||||
lock (syncRoot)
|
||||
{
|
||||
res = Index.Values.ToArray();
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user