TO SQUASH: Added cursor setter.

This commit is contained in:
2026-08-10 21:35:53 -04:00
parent 456b5d998e
commit 11ce9bcb47
36 changed files with 4175 additions and 7 deletions
+16
View File
@@ -0,0 +1,16 @@
using UnityEngine;
public class Shark : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}