SANDBOX_LT / Scripts /UICrabAnimator.cs
Mufasakong's picture
Upload 18 files
c80142e verified
raw
history blame contribute delete
301 Bytes
using UnityEngine;
public class UICrabAnimator : 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()
{
}
}