From efe830177370155668aeb751420972be4bdf35c9 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 12:10:45 +0800 Subject: [PATCH] Update Engine/Public/Attributes/LCEngineClassHookAttribute.cs Co-authored-by: Jang Rush --- Engine/Public/Attributes/LCEngineClassHookAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/Public/Attributes/LCEngineClassHookAttribute.cs b/Engine/Public/Attributes/LCEngineClassHookAttribute.cs index e62aee0..73bdcac 100644 --- a/Engine/Public/Attributes/LCEngineClassHookAttribute.cs +++ b/Engine/Public/Attributes/LCEngineClassHookAttribute.cs @@ -11,7 +11,7 @@ namespace LeanCloud.Engine { } /// - /// LCEngineClassHookAttribute is an attribute that hooks class in engine. + /// LCEngineClassHookAttribute is an attribute that hooks class in LeanEngine. /// [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] public class LCEngineClassHookAttribute : Attribute {