LunarInfantry/Assets/Bremsengine/Googly Eyes/GooglyEye.cs
2026-01-02 01:31:54 -08:00

21 lines
363 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Bremsengine
{
public class GooglyEye : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}