Fix a bunch of compiler warnings (#10518)
This commit is contained in:
@@ -134,6 +134,7 @@ namespace Content.Client.Doors
|
||||
}
|
||||
}
|
||||
|
||||
[Obsolete("Subscribe to your component being initialised instead.")]
|
||||
public override void InitializeEntity(EntityUid entity)
|
||||
{
|
||||
if (!_entMan.HasComponent<AnimationPlayerComponent>(entity))
|
||||
@@ -142,6 +143,7 @@ namespace Content.Client.Doors
|
||||
}
|
||||
}
|
||||
|
||||
[Obsolete("Subscribe to AppearanceChangeEvent instead.")]
|
||||
public override void OnChangeData(AppearanceComponent component)
|
||||
{
|
||||
// only start playing animations once.
|
||||
|
||||
Reference in New Issue
Block a user