mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
14 lines
314 B
C++
14 lines
314 B
C++
|
class ACE_detector {
|
||
|
class detectableObjects {
|
||
|
};
|
||
|
class detectors {
|
||
|
class ACE_VMM3 {
|
||
|
radius = 2.5;
|
||
|
// sounds[] = {"ace_sweep_high", "ace_sweep_low"};
|
||
|
sounds[] = {"ace_buzz_2", "ace_buzz_1"};
|
||
|
};
|
||
|
class ACE_VMH3: ACE_VMM3 {
|
||
|
};
|
||
|
};
|
||
|
};
|