// --------------------------------------------------------------------------------------------------------------------
//
// Copyright (c) VRMADA, All rights reserved.
//
// --------------------------------------------------------------------------------------------------------------------
namespace UltimateXR.Networking
{
///
/// Describes the different options for rigidbody network synchronization.
///
public enum UxrNetworkRigidbodyFlags
{
None = 0,
All = None // Leave for future implementations
}
}