Misc replay related changes (#13250)

This commit is contained in:
Leon Friedrich
2023-01-08 07:04:09 +13:00
committed by GitHub
parent a9adab88e5
commit f1cb0ca37a
11 changed files with 93 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ namespace Content.Shared.Projectiles
}
[NetSerializable, Serializable]
protected sealed class ProjectileComponentState : ComponentState
public sealed class ProjectileComponentState : ComponentState
{
public ProjectileComponentState(EntityUid shooter, bool ignoreShooter)
{
@@ -45,7 +45,7 @@ namespace Content.Shared.Projectiles
}
[Serializable, NetSerializable]
protected sealed class ImpactEffectEvent : EntityEventArgs
public sealed class ImpactEffectEvent : EntityEventArgs
{
public string Prototype;
public EntityCoordinates Coordinates;