﻿namespace Poi.Tools
{
    public interface IPoiExternalTool
    {
        void Execute(UnityEngine.Object obj);
    }
}