Files
2025-10-28 14:05:46 -04:00

14 lines
238 B
C++

/* Copyright 2003-2006 ROBLOX Corporation, All Rights Reserved */
#pragma once
namespace RBX {
// Stub class - primitive descends from this to protect body::setCoordinateFrame() from others
class BodyPvSetter
{
};
} // namespace