Class OnItemCollected_Entity_Int2Pos_IntItemID_IntItemCountAttribute
The function will be called when a character collect an item
Examples
[OnItemCollected_Entity_Int2Pos_IntItemID_IntItemCount]
internal static void ExampleFunction (Entity holder, Int2 pos, int itemID, int itemCount) { }