Content update for NetEntities (#18935)
This commit is contained in:
@@ -3,15 +3,16 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Pointing;
|
||||
|
||||
// TODO just make pointing properly predicted?
|
||||
// So true
|
||||
/// <summary>
|
||||
/// Event raised when someone runs the client-side pointing verb.
|
||||
/// </summary>
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class PointingAttemptEvent : EntityEventArgs
|
||||
{
|
||||
public EntityUid Target;
|
||||
public NetEntity Target;
|
||||
|
||||
public PointingAttemptEvent(EntityUid target)
|
||||
public PointingAttemptEvent(NetEntity target)
|
||||
{
|
||||
Target = target;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user