using UnityEngine; namespace FUnit { public class DynamicsNull : MonoBehaviour { // This class is does nothing. It just indicates that the object was created for dynamics purposes // and should be saved with dynamics information. } }