1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 15:47:46 +00:00
sapphire/src/tools/action_parse/ActionLutData.cpp.tmpl

8 lines
136 B
Cheetah
Raw Normal View History

2019-05-30 15:35:05 +10:00
#include "ActionData.h"
using namespace Sapphire::World::Action;
ActionData::ActionLut ActionData::m_actionLut =
{
%INSERT_GARBAGE%
};