using UnityEngine;

/// <summary>
/// Represents a prop in the Basis system. Any script deriving from <see cref="BasisContentBase"/>
/// can participate in the prop ecosystem and be networked with minimal setup.
/// </summary>
public class BasisProp : BasisContentBase
{

}
