ActionBlocker CanDrop uses EntityUid exclusively
This commit is contained in:
@@ -4,11 +4,11 @@ namespace Content.Shared.DragDrop
|
||||
{
|
||||
public class DropAttemptEvent : CancellableEntityEventArgs
|
||||
{
|
||||
public DropAttemptEvent(IEntity entity)
|
||||
public DropAttemptEvent(EntityUid uid)
|
||||
{
|
||||
Entity = entity;
|
||||
Uid = uid;
|
||||
}
|
||||
|
||||
public IEntity Entity { get; }
|
||||
public EntityUid Uid { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user