mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
7 lines
110 B
C#
7 lines
110 B
C#
|
namespace RJWSexperience.Settings
|
|||
|
{
|
|||
|
public interface ISettingHandle : IResettable
|
|||
|
{
|
|||
|
void Scribe();
|
|||
|
}
|
|||
|
}
|