Newer
Older
Hierarchical-Task-Network-Unity-3D / Assets / Scripts / Interfaces / IOutliner.cs
using UnityEngine;

public interface IOutliner
{
    void ToggleOutline(bool enable);
}