Skip to content

Commit

Permalink
moved out enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Denrage committed Mar 11, 2024
1 parent a3aeef1 commit d50550f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Blish HUD/GameServices/ArcDps/V2/ArcDpsBridgeVersion.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace Blish_HUD.GameServices.ArcDps {
public enum ArcDpsBridgeVersion {
V1 = 0,
V2 = 1,
}
}
5 changes: 0 additions & 5 deletions Blish HUD/GameServices/ArcDps/V2/ArcDpsClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@

namespace Blish_HUD.GameServices.ArcDps {

public enum ArcDpsBridgeVersion {
V1 = 0,
V2 = 1,
}

internal class ArcDpsClient : IArcDpsClient {
#if DEBUG
public static long Counter;
Expand Down

0 comments on commit d50550f

Please sign in to comment.