Update Engine/Public/Attributes/LCEngineClassHookAttribute.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
25962f342d
commit
efe8301773
|
@ -11,7 +11,7 @@ namespace LeanCloud.Engine {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// LCEngineClassHookAttribute is an attribute that hooks class in engine.
|
||||
/// LCEngineClassHookAttribute is an attribute that hooks class in LeanEngine.
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
|
||||
public class LCEngineClassHookAttribute : Attribute {
|
||||
|
|
Loading…
Reference in New Issue