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