MIF_E31222569/Assets/ToothyV/Scripts/UI/MateriUser.cs

17 lines
202 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MateriUser : MonoBehaviour
{
void Start()
{
}
void Update()
{
}
}