Remove IUse (#7074)
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Shared.Interaction.Events
|
||||
namespace Content.Shared.Interaction.Events;
|
||||
|
||||
public sealed class ChangeDirectionAttemptEvent : CancellableEntityEventArgs
|
||||
{
|
||||
public sealed class ChangeDirectionAttemptEvent : CancellableEntityEventArgs
|
||||
public ChangeDirectionAttemptEvent(EntityUid uid)
|
||||
{
|
||||
public ChangeDirectionAttemptEvent(EntityUid uid)
|
||||
{
|
||||
Uid = uid;
|
||||
}
|
||||
|
||||
public EntityUid Uid { get; }
|
||||
Uid = uid;
|
||||
}
|
||||
|
||||
public EntityUid Uid { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user