mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-08-05 14:50:18 +08:00
feat(UXAssist): public ModFeature lifecycle registry
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace UXAssist.Common.ModFeatures;
|
||||
|
||||
public interface IModFeature
|
||||
{
|
||||
void Init();
|
||||
void Start();
|
||||
void Uninit();
|
||||
void OnInputUpdate();
|
||||
void OnUpdate();
|
||||
}
|
||||
Reference in New Issue
Block a user