DarkflameServer/dScripts/GfArchway.h
2022-08-18 15:33:32 -05:00

11 lines
250 B
C++

#pragma once
#include "CppScripts.h"
class GfArchway : public CppScripts::Script {
public:
void OnRebuildComplete(Entity* self, Entity* target) override;
private:
const uint32_t SHIELDING_SKILL = 863;
const uint32_t SHIELDING_BEHAVIOR = 3788;
};