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

22 lines
299 B
C++

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