summaryrefslogtreecommitdiff
path: root/Runtime/Scripting/RuntimeScriptGlobals.cpp
blob: 5f140a147113ad3342e46995b35826e750598fa2 (plain)
1
2
3
4
5
6
7
8
9
10
#include "RuntimeScriptGlobals.h"

namespace Scripting
{

    void FillRuntimeScriptGlobals(RuntimeScriptGlobals& globals)
    {
        globals.setCurrentEvent = "GameLab.Events.Event.SetCurrentEvent";
    }
}