UseArg

data class UseArg(val world: Level, val player: Player, val hand: InteractionHand)

Constructors

Link copied to clipboard
constructor(world: Level, player: Player, hand: InteractionHand)

Properties

Link copied to clipboard
val hand: InteractionHand
Link copied to clipboard
val player: Player
Link copied to clipboard
val world: Level