using Content.Shared.Silicons.Laws;
using Robust.Shared.Prototypes;
namespace Content.Server._DV.Objectives.Events;
///
/// This event gets called whenever an AIs laws are actually updated.
///
public record struct AILawUpdatedEvent(EntityUid Target, ProtoId Lawset);