mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "V8Tree/Instance.h"
|
||||
#include "V8Tree/Service.h"
|
||||
|
||||
namespace RBX
|
||||
{
|
||||
extern const char* const sScriptService;
|
||||
class ScriptService
|
||||
: public DescribedNonCreatable<ScriptService, Instance, sScriptService>
|
||||
, public Service
|
||||
{
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user