Add WeaponTypes.cpp

Former-commit-id: b506df2778
This commit is contained in:
Henrique Gemignani Passos Lima
2022-12-01 15:45:36 +02:00
parent 6b27aee58d
commit a4f3f0c5fc
20 changed files with 281 additions and 30 deletions

View File

@@ -30,6 +30,7 @@ _LITERAL_REPLACEMENTS = [
("g_SimplePool", "gpSimplePool"),
("g_Renderer", "gpRender"),
("g_ResFactory", "gpResourceFactory"),
# Vector
(".magnitude()", ".Magnitude()"),