Files
2025-09-08 16:28:54 +07:00

7 lines
110 B
C#

namespace BrewMonster
{
public interface IAutoInitialize
{
void Initialize();
}
}