mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
13 lines
230 B
C++
13 lines
230 B
C++
#include "stdafx.h"
|
|
|
|
#include "v8datamodel/ReplicatedStorage.h"
|
|
|
|
using namespace RBX;
|
|
|
|
const char* const RBX::sReplicatedStorage = "ReplicatedStorage";
|
|
|
|
ReplicatedStorage::ReplicatedStorage(void)
|
|
{
|
|
setName(sReplicatedStorage);
|
|
}
|