using XCEngine; namespace ProjectScripts { public sealed class ProjectScriptProbe : MonoBehaviour { public string Label = "ProjectScriptProbe"; public float Speed = 2.5f; public bool EnabledOnBoot = true; } }