chore: sync project assets and ignore generated caches
This commit is contained in:
11
project/Assets/Scripts/ProjectScriptProbe.cs
Normal file
11
project/Assets/Scripts/ProjectScriptProbe.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using XCEngine;
|
||||
|
||||
namespace ProjectScripts
|
||||
{
|
||||
public sealed class ProjectScriptProbe : MonoBehaviour
|
||||
{
|
||||
public string Label = "ProjectScriptProbe";
|
||||
public float Speed = 2.5f;
|
||||
public bool EnabledOnBoot = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user