Tanoda
OptimizationHelper.cs
Go to the documentation of this file.
1using System.Collections;
2using System.Collections.Generic;
3using UnityEngine;
4using UnityEngine.UI;
5
6public class OptimizationHelper : MonoBehaviour
7{
8 public Text actionName, time;
9 public GameObject OptimizeWindow;
10}