Files
JourneyProject/Assets/Scripts/MechBoss.cs
2026-01-07 15:24:56 -08:00

17 lines
279 B
C#

using UnityEngine;
public class MechBoss : 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()
{
}
}