diff --git a/Game/Assets/Sweeping.cs b/Game/Assets/Sweeping.cs new file mode 100644 index 0000000..d1ec416 --- /dev/null +++ b/Game/Assets/Sweeping.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Sweeping : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Game/Assets/Sweeping.cs.meta b/Game/Assets/Sweeping.cs.meta new file mode 100644 index 0000000..df02ad2 --- /dev/null +++ b/Game/Assets/Sweeping.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8f213824e62d28342b694c03bd1a9088 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: