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

13 lines
226 B
C++

#pragma once
class StateSkill;
class SkillStateGuardianShield : public StateSkill
{
public:
SkillStateGuardianShield(){}
BOOL OnProcessCustemEvent( int nEventIndex, Object* pOwner, DWORD CurTime,DWORD dwTick );
};