IOnaholeNodeButton.cs 199 B

1234567891011
  1. using System;
  2. using UnityEngine;
  3. public interface IOnaholeNodeButton
  4. {
  5. GameObject gameObject { get; }
  6. string uniqueName { get; set; }
  7. OnaholeNodeButton.SelectType selectType { get; set; }
  8. }