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>
|
/// <summary>
|
||||||
/// LCEngineClassHookAttribute is an attribute that hooks class in engine.
|
/// LCEngineClassHookAttribute is an attribute that hooks class in LeanEngine.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
|
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
|
||||||
public class LCEngineClassHookAttribute : Attribute {
|
public class LCEngineClassHookAttribute : Attribute {
|
||||||
|
|
Loading…
Reference in New Issue