GmodDotNet
GmodDotNet copied to clipboard
[ENH] Remove unnecessary in modifiers for string parameters
Description
Some of our method contracts in the ILua interface have in modifier for string parameters (like ILua.PushString). Such modifiers are unnecessary and were introduced by mistake on the early stages of development.
Solution
Remove in modifiers for string parameters.