From 629ec56d4a6c50e2086d8dfa551dd43e6f9e3e9b Mon Sep 17 00:00:00 2001 From: fchb1239 Date: Mon, 24 Jul 2023 19:37:06 +0200 Subject: [PATCH] made it look cooler --- ComputerInterface/AirJumpEntry.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ComputerInterface/AirJumpEntry.cs b/ComputerInterface/AirJumpEntry.cs index 0cec9a5..51c585b 100644 --- a/ComputerInterface/AirJumpEntry.cs +++ b/ComputerInterface/AirJumpEntry.cs @@ -1,11 +1,11 @@ -using System; +using System; using ComputerInterface.Interfaces; -namespace AirJump.ComputerInterface +namespace AirJump.CI { class AirJumpEntry : IComputerModEntry { - public string EntryName => "AirJump"; + public string EntryName => $"AirJump"; // This is the first view that is going to be shown if the user select you mod // The Computer Interface mod will instantiate your view