mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-23 20:11:10 +03:00
Igmore more STEAM_OUT_BUFFER_COUNT etc
This commit is contained in:
parent
da64466b72
commit
764b6246e8
@ -138,6 +138,9 @@ namespace Generator
|
||||
str = Regex.Replace( str, @"STEAM_ARRAY_COUNT_D\((.+?)\)", "" );
|
||||
str = Regex.Replace( str, @"STEAM_OUT_STRING_COUNT\((.+?)\)", "" );
|
||||
str = Regex.Replace( str, @"STEAM_OUT_STRING\(\) ", "" );
|
||||
str = Regex.Replace( str, @"STEAM_OUT_BUFFER_COUNT\((.+?)\) ", "" );
|
||||
str = Regex.Replace( str, @"STEAM_BUFFER_COUNT\((.+?)\) ", "" );
|
||||
str = Regex.Replace( str, @"STEAM_DESC\((.+?)\) ", "" );
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user