Hello. I have codes in my plugins. But when I deposit someone in console, the message "hook works" never showed up. Sorry to sound dumb but is there something wrong with my code? Thanks for helping.
[PluginReference]
private Plugin Economics;
private void OnEconomicsBalanceUpdated(string playerId, double amount)
{
Puts("hook works");
}