Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
actionturnonheatpack.c
Go to the documentation of this file.
1class ActionTurnOnHeatpack : ActionTurnOnWhileInHands
2{
3 void ActionTurnOnHeatpack()
4 {
5 m_Text = "#activate";
6 }
7}
string m_Text
Definition actionbase.c:64