mirror of
https://github.com/evgen-app/steampunk-quest.git
synced 2026-01-10 18:10:45 +03:00
9 lines
156 B
C#
9 lines
156 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class toolController : MonoBehaviour
|
|
{
|
|
public string toolName;
|
|
}
|