mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
fahhh
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/* Copyright 2003-2005 ROBLOX Corporation, All Rights Reserved */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "V8Tree/Service.h"
|
||||
#include "Util/RunStateOwner.h"
|
||||
#include "Reflection/Event.h"
|
||||
|
||||
|
||||
namespace RBX {
|
||||
|
||||
class PartInstance;
|
||||
|
||||
class MeshId : public ContentId
|
||||
{
|
||||
public:
|
||||
MeshId(const ContentId& id):ContentId(id) {}
|
||||
MeshId(const char* id):ContentId(id) {}
|
||||
MeshId(const std::string& id):ContentId(id) {}
|
||||
MeshId() {}
|
||||
};
|
||||
} // namespace RBX
|
||||
Reference in New Issue
Block a user