Update Engine/Public/Attributes/LCEngineClassHookAttribute.cs

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 12:10:45 +08:00 committed by GitHub
parent 25962f342d
commit efe8301773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {