ah, ya the string interpolation, newer c# uses $ to run variables inline of the string, simple fix, I'll post it so you can see the difference!
Errors:
+ CUSTOM/Tigers/GargishTigerFurSash.cs:
CS1026: Line 47: ) expected
CS1002: Line 47: ; expected
CS1525: Line 47: Invalid expression term ')'
CS1002: Line 47: ; expected
CS0103: Line 80: The name '_' does not exist in the current context
+ CUSTOM/Tigers/Tiger.cs:
CS0103: Line 185: The name '_' does not exist in the current context
+ CUSTOM/Tigers/TigerFur.cs:
CS0103: Line 83: The name '_' does not exist in the current context
+ CUSTOM/Tigers/TigerFurBoots.cs:
CS1026: Line 47: ) expected
CS1002: Line 47: ; expected
CS1525: Line 47: Invalid expression term ')'
CS1002: Line 47: ; expected
CS0103: Line 80: The name '_' does not exist in the current context
+ CUSTOM/Tigers/TigerFurCape.cs:
CS1026: Line 47: ) expected
CS1002: Line 47: ; expected
CS1525: Line 47: Invalid expression term ')'
CS1002: Line 47: ; expected
CS0103: Line 80: The name '_' does not exist in the current context
Scripts: One or more scripts failed to compile or no script files were found.