diff --git a/Runtime/UIParticle.cs b/Runtime/UIParticle.cs index 41aa22e..49409cd 100644 --- a/Runtime/UIParticle.cs +++ b/Runtime/UIParticle.cs @@ -355,13 +355,6 @@ namespace Coffee.UIExtensions { } - /// - /// This function is called when a direct or indirect parent of the transform of the GameObject has changed. - /// - protected override void OnTransformParentChanged() - { - } - void ISerializationCallbackReceiver.OnBeforeSerialize() { }