Bunch more error fixes.
This commit is contained in:
@@ -4,9 +4,9 @@ namespace Content.Shared.Movement
|
||||
{
|
||||
public sealed class RelayMovementEntityEvent : EntityEventArgs
|
||||
{
|
||||
public IEntity Entity { get; }
|
||||
public EntityUid Entity { get; }
|
||||
|
||||
public RelayMovementEntityEvent(IEntity entity)
|
||||
public RelayMovementEntityEvent(EntityUid entity)
|
||||
{
|
||||
Entity = entity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user