Closed kristiker closed 2 years ago
How does .sound work?
c# soundevents seem more fit if they take default params etc.
class MyClassName { static SoundEvent AttackSound = new ( "sounds/weapons/gunshot.vsnd" ); }
How does .sound work?