Files
Sun1602/Client/GameClient/State/SkillStateFastShot.h
T
2022-10-26 12:25:11 +08:00

24 lines
318 B
C++

/**
@author
-박준태
@since
@remarks
-2005.06.08 소스 정리(지완)
-
*/
#pragma once
class StateSkill;
class SkillStateFastShot : public StateSkill
{
public:
SkillStateFastShot() {}
BOOL OnProcessCustemEvent( int nEventIndex, Object* pOwner, DWORD CurTime,DWORD dwTick );
};