mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 17:11:22 +00:00
11 lines
172 B
C++
11 lines
172 B
C++
#include "CStateManager.hpp"
|
|
|
|
namespace pshag
|
|
{
|
|
|
|
void CStateManager::SendScriptMsg(TUniqueId uid, TEditorId eid, EScriptObjectMessage msg, EScriptObjectState state)
|
|
{
|
|
}
|
|
|
|
}
|