shoot action in demo

This commit is contained in:
h4570
2022-08-14 20:20:56 +02:00
parent 6e5b75e39b
commit 65f40091db
4 changed files with 38 additions and 21 deletions
+2
View File
@@ -31,6 +31,7 @@ class Weapon {
StaticMesh* mesh;
StaPipOptions* options;
bool isShooting = false;
void update();
@@ -45,6 +46,7 @@ class Weapon {
audsrv_adpcm_t* shootAdpcm;
void shoot();
void allocateOptions();
u8 getShootChannel();
};