From e4c5700baf3e36fe065b5a1b0ba787371e9daa8d Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sun, 24 May 2020 19:19:34 +0200 Subject: [PATCH] Remove an unused using --- OpenRA.Game/Player.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Game/Player.cs b/OpenRA.Game/Player.cs index 78abd3f115..1c23ed22e5 100644 --- a/OpenRA.Game/Player.cs +++ b/OpenRA.Game/Player.cs @@ -14,7 +14,6 @@ using System.Collections.Generic; using System.Linq; using Eluant; using Eluant.ObjectBinding; -using OpenRA.Graphics; using OpenRA.Network; using OpenRA.Primitives; using OpenRA.Scripting;