2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 17:51:24 +00:00
metaforce/Runtime/CStateManager.cpp
2016-03-04 13:04:53 -10:00

11 lines
171 B
C++

#include "CStateManager.hpp"
namespace urde
{
void CStateManager::SendScriptMsg(TUniqueId uid, TEditorId eid, EScriptObjectMessage msg, EScriptObjectState state)
{
}
}