22 override void CreateConditionComponents()
28 override bool ActionCondition (
PlayerBase player, ActionTarget target,
ItemBase item )
30 if ( player.CanShave() )
38 override bool HasTarget()
43 override bool IsShaveSelf()
48 override void OnFinishProgressServer( ActionData action_data )
50 action_data.m_Player.ShavePlayer();
53 override void OnFinishProgressClient( ActionData action_data )
55 super.OnFinishProgressClient( action_data );