summaryrefslogtreecommitdiff
path: root/GameCode/Sound.cs
blob: 8a1528fcbada911ed99f8242eb7e601fb10698e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
public enum Sound
{
	None,
	Ballista,
	Mortar,
	TeslaZap,
	Explosion,
	BiPlaneGun,
	ParticleCannon,
	Shredder,
	BallistaHit,
	FrostHit,
	ShredderHit,
	BulletHit,
	ParticleHit,
	CoinLong,
	CoinShort,
	ButtonClick,
	CritSmall,
	CritBig,
	Cards
}