Rename source folder

This commit is contained in:
amevarashi 2022-09-08 19:59:25 +05:00
parent 0a412a0060
commit a4c046a841
55 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,10 @@
using UnityEngine;
namespace RJWSexperience.Settings
{
public interface ITab
{
string Label { get; }
void DoTabContents(Rect inRect);
}
}