mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
a8831a0d16
- medical component is responsible for the injuries and common functionality - medical_treatment component is responsible for offering treatment functionality
6 lines
85 B
C++
6 lines
85 B
C++
class CfgActions {
|
|
class None;
|
|
class Heal: None {
|
|
show = 0;
|
|
};
|
|
}; |