diff options
Diffstat (limited to 'code/event')
| -rw-r--r-- | code/event/MurderEvent.cs | 10 |
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 ) { }
+ }
}
|
