removed all unused imports.

This commit is contained in:
2019-01-13 14:22:53 -06:00
parent e0caaef061
commit 9df8503f08
53 changed files with 17 additions and 255 deletions

View File

@@ -3,9 +3,6 @@ using Microsoft.Xna.Framework.Graphics;
using RecrownedAthenaeum.Camera;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RecrownedAthenaeum.Render
{

View File

@@ -2,10 +2,6 @@
using Microsoft.Xna.Framework.Graphics;
using RecrownedAthenaeum.Camera;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RecrownedAthenaeum.Render
{