Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
actioninjectepinephrinetarget.c
Go to the documentation of this file.
2{
4 {
5 }
6
7 override void ApplyModifiers( ActionData action_data )
8 {
9 action_data.m_MainItem.OnApply( PlayerBase.Cast(action_data.m_Target.GetObject()));
10 //PlayerBase ntarget = PlayerBase.Cast( action_data.m_Target.GetObject() );
11 //ntarget.GiveShock(100);
12 }
13};