|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
|
|
public class ToolItem : MonoBehaviour
|
|
{
|
|
public WindowManager.ScreenResolution resolution;
|
|
public Toggle toggle;
|
|
public bool _is_selected;
|
|
|
|
private void Start()
|
|
{
|
|
|
|
}
|
|
}
|