Getting info on hook parameters?Solved

Is there a place where I can see the different properties of the parameters?

For example, CanHackCrate has HackableLockedCrate crate. How do I know what properties are on crate?

That is game code, which you can find by using a .NET decompiler such as JustDecompile and opening the Assembly-CSharp.dll included with the server.

Thank you!

Locked automatically