TheKingsRace/Assets/Scripts/KingScripts/KingZoom.cs
Katherine 029f4a1e52 King Zoom
>File added
>Nothing in it, just a placeholder to push onto main
2022-04-27 12:59:26 -05:00

19 lines
292 B
C#

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