space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.model
/
SoundBanks
Sound
Banks
common
@
Serializable
data
class
SoundBanks
(
val
sound
:
List
<
Sound
>
,
val
hud
:
List
<
Sound
>
)
Content copied to clipboard
Constructors
Properties
Constructors
Sound
Banks
Link copied to clipboard
common
fun
SoundBanks
(
sound
:
List
<
Sound
>
,
hud
:
List
<
Sound
>
)
Content copied to clipboard
Properties
hud
Link copied to clipboard
common
val
hud
:
List
<
Sound
>
Content copied to clipboard
sound
Link copied to clipboard
common
val
sound
:
List
<
Sound
>
Content copied to clipboard