Enum SoundType

The two types of sounds there are Chunks are for sound effects and for shorter sounds Musics are for longer sounds such as background music Multiple chunks can play at once, but only one music can be playing at a time

enum SoundType : int { ... }

Enum members

NameDescription