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