Fix a bunch of compiler warnings (#10518)
This commit is contained in:
@@ -12,6 +12,7 @@ public sealed class FoldableVisualizer : AppearanceVisualizer
|
||||
[DataField("key")]
|
||||
private string _key = default!;
|
||||
|
||||
[Obsolete("Subscribe to AppearanceChangeEvent instead.")]
|
||||
public override void OnChangeData(AppearanceComponent appearance)
|
||||
{
|
||||
base.OnChangeData(appearance);
|
||||
|
||||
Reference in New Issue
Block a user