0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-12 17:10:45 -05:00

Added GControl structure to type list

This commit is contained in:
Dev 2024-08-21 09:52:51 +01:00
parent 1a759fef19
commit 50430b9bf3

View File

@ -15,6 +15,7 @@ public class GenRefList : ICommand
{
"Class",
"GClass",
"GControl",
"GInterface",
"Interface",
"GStruct"