Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiiwwwie authored Jan 22, 2025
1 parent 545c53c commit 4ebdea3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Content.Server/SS220/StationEvents/Events/RegalRatRule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ namespace Content.Server.SS220.StationEvents.Events;

public sealed class RegalRatRule : StationEventSystem<RegalRatRuleComponent>
{
/*
* DO NOT COPY PASTE THIS TO MAKE YOUR MOB EVENT.
* USE THE PROTOTYPE.
*/

protected override void Started(EntityUid uid, RegalRatRuleComponent component, GameRuleComponent gameRule, GameRuleStartedEvent args)
{
base.Started(uid, component, gameRule, args);
Expand Down

0 comments on commit 4ebdea3

Please sign in to comment.