pda
jvm
model
/
net.artux.pda.model.items
/
WeaponSound
Weapon
Sound
data
class
WeaponSound
(
var
shot
:
String
?
=
null
,
var
reload
:
String
?
=
null
)
:
Serializable
Members
Constructors
Weapon
Sound
Link copied to clipboard
constructor
(
shot
:
String
?
=
null
,
reload
:
String
?
=
null
)
Properties
reload
Link copied to clipboard
var
reload
:
String
?
shot
Link copied to clipboard
var
shot
:
String
?