Refactor ai
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
module Dodge.SoundLogic.Synonyms
|
||||
where
|
||||
|
||||
reloadSound,putDownSound,pickUpSound,fireSound,grenadeBang,healSound,teleSound,twoStepSlowSound :: Int
|
||||
clickSound = 1
|
||||
reloadSound = 2
|
||||
pickUpSound = 4
|
||||
putDownSound = 5
|
||||
fireSound = 6
|
||||
grenadeBang = 7
|
||||
tapQuiet = 8
|
||||
twoStepSound = 9
|
||||
healSound = 10
|
||||
doorSound = 11
|
||||
twoStepSlowSound = 12
|
||||
knifeSound = 13
|
||||
buzzSound = 14
|
||||
hitSound = 15
|
||||
autoGunSound = 16
|
||||
shotgunSound = 17
|
||||
teleSound = 18
|
||||
longGunSound = 19
|
||||
launcherSound = 20
|
||||
smokeTrailSound = 21
|
||||
foot1Sound = 22
|
||||
foot2Sound = 23
|
||||
|
||||
drawWeaponSound = 4
|
||||
holsterWeaponSound = 5
|
||||
Reference in New Issue
Block a user