aboutsummaryrefslogtreecommitdiffstats
path: root/code/event
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2023-07-27 22:30:22 +0100
committerLeonardo Bishop <me@leonardobishop.com>2023-07-27 22:30:22 +0100
commit8b69e65e51507118b014a0426ae6f957b78a0707 (patch)
treec1507990c5f5cc05a4e9000c295618ac85524f9a /code/event
parent71db52c5443a7bf82d9a23a770994a42b043be04 (diff)
Reformat
Diffstat (limited to 'code/event')
-rw-r--r--code/event/MurderEvent.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/code/event/MurderEvent.cs b/code/event/MurderEvent.cs
index aed2a80..e197403 100644
--- a/code/event/MurderEvent.cs
+++ b/code/event/MurderEvent.cs
@@ -4,10 +4,10 @@ namespace MurderGame;
public static class MurderEvent
{
- public const string Kill = "kill";
+ public const string Kill = "kill";
- public class KillAttribute : EventAttribute
- {
- public KillAttribute() : base( Kill ) { }
- }
+ public class KillAttribute : EventAttribute
+ {
+ public KillAttribute() : base( Kill ) { }
+ }
}