From 8b69e65e51507118b014a0426ae6f957b78a0707 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Thu, 27 Jul 2023 22:30:22 +0100 Subject: Reformat --- code/event/MurderEvent.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'code/event/MurderEvent.cs') 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 ) { } + } } -- cgit v1.2.3-70-g09d2