kristiker / source1import

Import Source game content into Source 2
MIT License
67 stars 11 forks source link

s&box scripts/game_sounds.txt to .sound #10

Closed kristiker closed 2 years ago

kristiker commented 2 years ago

How does .sound work?

kristiker commented 2 years ago

c# soundevents seem more fit if they take default params etc.

class MyClassName
{
    static SoundEvent AttackSound = new ( "sounds/weapons/gunshot.vsnd" );
}