Skip to content

Commit

Permalink
debug usings
Browse files Browse the repository at this point in the history
  • Loading branch information
ike709 authored Oct 20, 2023
1 parent a727153 commit 24967f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions OpenDreamRuntime/LocalHostConGroup.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#if DEBUG
using Robust.Server.Console;
using Robust.Server.Player;
using System.Net;
using Robust.Shared.Network;
using Robust.Shared.Players;
using Robust.Shared.Toolshed;
using Robust.Shared.Toolshed.Errors;
#endif

namespace OpenDreamRuntime {
#if DEBUG
/// <summary>
Expand Down

0 comments on commit 24967f4

Please sign in to comment.