Skip to content

Commit

Permalink
Move GameMode into a new enums namespace (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
IncPlusPlus authored Sep 6, 2021
1 parent 8643c45 commit 26a2930
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions titanfall2-rp/GameDetailsProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using DiscordRPC;
using titanfall2_rp.enums;

namespace titanfall2_rp
{
Expand Down
1 change: 1 addition & 0 deletions titanfall2-rp/Titanfall2API.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Text;
using System.Text.RegularExpressions;
using Process.NET;
using titanfall2_rp.enums;
using static titanfall2_rp.ProcessApi;

namespace titanfall2_rp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.Diagnostics.CodeAnalysis;
namespace titanfall2_rp

namespace titanfall2_rp.enums
{
/// <summary>
/// Per englishclient_frontend.bsp.pak000_dir.vpk/scripts/vscripts/sh_consts.gnut
Expand Down

0 comments on commit 26a2930

Please sign in to comment.