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