WeaponSound

data class WeaponSound(var shot: String? = null, var reload: String? = null) : Serializable

Constructors

Link copied to clipboard
constructor(shot: String? = null, reload: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var shot: String?