Files
test/Assets/PerfectWorld/Scripts/Task/UI/IRefreshLayout.cs

7 lines
119 B
C#

namespace BrewMonster.Scripts.Task.UI
{
public interface IRefreshLayout
{
void RefreshLayout();
}
}