using UnityEngine; public interface NodeOperation { Command getCommand(); Either invoke (TreeNode _target); int getPosition(); string getKey(); byte getValue(); }