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
No EOL
136 B
Cheetah

#include "ActionData.h"
using namespace Sapphire::World::Action;
ActionData::ActionLut ActionData::m_actionLut =
{
%INSERT_GARBAGE%
};