OnLootNetworkUpdateUsage​Called when a player is trying to loot a container or a container they are looting has changed its contentsReturn a non-null value to override default behaviorExamples​""object OnLootNetworkUpdate(PlayerLoot loot){ Puts("OnLootNetworkUpdate works!"); return null;}Copy