Remove Explicit GridId References (#8315)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -4,13 +4,13 @@ namespace Content.Shared.Gravity
|
||||
{
|
||||
public sealed class GravityChangedMessage : EntityEventArgs
|
||||
{
|
||||
public GravityChangedMessage(GridId changedGridIndex, bool newGravityState)
|
||||
public GravityChangedMessage(EntityUid changedGridIndex, bool newGravityState)
|
||||
{
|
||||
HasGravity = newGravityState;
|
||||
ChangedGridIndex = changedGridIndex;
|
||||
}
|
||||
|
||||
public GridId ChangedGridIndex { get; }
|
||||
public EntityUid ChangedGridIndex { get; }
|
||||
|
||||
public bool HasGravity { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user