working guild data

This commit is contained in:
David Markowitz
2023-11-26 20:56:31 -08:00
parent 4722c1fdea
commit 7c0fc72294
2 changed files with 23 additions and 26 deletions

View File

@@ -17,6 +17,7 @@
* Component that handles rigid bodies that can be interacted with, mostly client-side rendered. An example is the
* bananas that fall from trees in GF.
*/
class RigidbodyPhantomPhysicsComponent : public PhysicsComponent {
public:
inline static const eReplicaComponentType ComponentType = eReplicaComponentType::RIGID_BODY_PHANTOM_PHYSICS;