Help with Water Guns

Hello, I am having trouble finding any references to the water guns when looking at the decompilled rust code (maybe I am looking in the wrong place but i have looked in the Assembly-CSharp.dll and Assembly-CSharp-firstpass.dll). When creating the water gun as an item and giving it to a player there is no variables or functions I can see to change things such as how much water is in the water gun when its created or overidding the reload so the player does not have to reload. Is there a class of somekind that does this and how can I access it?

Many thanks for any help
Hexoptimal

Try having a look at LiquidWeapon. You should find pretty much everything in there.

Will take a look when i'm home, thank you very much.