diff options
| author | SmallFox <2806143047@qq.com> | 2026-01-31 10:44:52 +0800 |
|---|---|---|
| committer | SmallFox <2806143047@qq.com> | 2026-01-31 10:44:52 +0800 |
| commit | f53954271f078db7b593057538846c344b341e33 (patch) | |
| tree | 47bcdfcc2751449e0598bd4a5084d1ad41320e07 /Assets/Scripts/PlayerRotationController.cs | |
| parent | 59be0cfc9ebd69b1e0787dd3fb4c3b39e46b90db (diff) | |
PlayerRotation
Diffstat (limited to 'Assets/Scripts/PlayerRotationController.cs')
| -rw-r--r-- | Assets/Scripts/PlayerRotationController.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Assets/Scripts/PlayerRotationController.cs b/Assets/Scripts/PlayerRotationController.cs new file mode 100644 index 0000000..d43ef36 --- /dev/null +++ b/Assets/Scripts/PlayerRotationController.cs @@ -0,0 +1,7 @@ +using System; +using UnityEngine; + +public class PlayerRotationController : MonoBehaviour +{ + +} |
