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

23 lines
302 B
C++

/**
@author
-지완
@since
@remarks
-2005.07.18 클래스 추가
*/
#pragma once
class StateSkill;
class SkillStateSonyVine : public StateSkill
{
public:
SkillStateSonyVine() {}
BOOL OnProcessCustemEvent( int nEventIndex, Object* pOwner, DWORD CurTime,DWORD dwTick );
};