mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-08-05 11:30:14 +08:00
docs(UXAssist): update ModFeature docs for non-static feature classes
This commit is contained in:
@@ -3,7 +3,7 @@ using System;
|
||||
namespace UXAssist.Common.ModFeatures;
|
||||
|
||||
/// <summary>
|
||||
/// Marks a static class as a mod feature so that <see cref="ModFeatureRegistry"/> can discover it.
|
||||
/// Marks a class as a mod feature so that <see cref="ModFeatureRegistry"/> can discover it.
|
||||
/// Lifecycle methods (<c>Init</c>, <c>Start</c>, <c>Uninit</c>, <c>OnInputUpdate</c>, <c>OnUpdate</c>) are optional.
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
|
||||
|
||||
Reference in New Issue
Block a user