LunarInfantry/Assets/Scripts/FollowMouse.cs
2026-01-07 23:51:53 -08:00

6 lines
79 B
C#

using System;
using UnityEngine;
public class FollowMouse : MonoBehaviour
{
}