activityHash property

  1. @JsonKey.new(name: 'activityHash')
int? activityHash
getter/setter pair

The activity that will trigger when you interact with this interactable.

Implementation

@JsonKey(name:'activityHash')
int? activityHash;