steampunk-quest/Assets/scripts/toolChest/toolController.cs
2022-02-09 02:10:35 +03:00

9 lines
156 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class toolController : MonoBehaviour
{
public string toolName;
}