Fixed import struct fields error exception

This commit is contained in:
Madpwnhammer 2022-08-11 13:15:32 +03:00
parent 5102381ac5
commit bf14f57177
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ class %class% %parent_class%
try
{
\$IDX = 0;
%fill_fields%
}
catch(Exception \$e)