Fix a bunch of compiler warnings (#10518)
This commit is contained in:
@@ -78,6 +78,7 @@ namespace Content.Client.Stack
|
||||
|
||||
[DataField("sprite")] private ResourcePath? _spritePath;
|
||||
|
||||
[Obsolete("Subscribe to your component being initialised instead.")]
|
||||
public override void InitializeEntity(EntityUid entity)
|
||||
{
|
||||
base.InitializeEntity(entity);
|
||||
@@ -97,6 +98,7 @@ namespace Content.Client.Stack
|
||||
}
|
||||
}
|
||||
|
||||
[Obsolete("Subscribe to AppearanceChangeEvent instead.")]
|
||||
public override void OnChangeData(AppearanceComponent component)
|
||||
{
|
||||
base.OnChangeData(component);
|
||||
|
||||
Reference in New Issue
Block a user