mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
10 lines
No EOL
148 B
C#
10 lines
No EOL
148 B
C#
using UnityEngine;
|
|
|
|
namespace RJWSexperience.Settings
|
|
{
|
|
public interface ITab
|
|
{
|
|
string Label { get; }
|
|
void DoTabContents(Rect inRect);
|
|
}
|
|
} |