refactor: remove useless imports

This commit is contained in:
Anna 2020-09-01 22:49:06 -04:00
parent 2c66c9561c
commit b7dd93fd42
2 changed files with 0 additions and 5 deletions

View File

@ -1,10 +1,6 @@
using Lumina.Excel.GeneratedSheets;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace GoodMemory {
public class GameFunctions {

View File

@ -6,7 +6,6 @@ using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace GoodMemory {
public class Plugin : IDalamudPlugin {