Add export tests
This commit is contained in:
parent
36b328c29e
commit
4288440e6c
@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Numerics;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Account;
|
||||
using Export;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Pal.Client.Database;
|
||||
|
@ -1,4 +1,4 @@
|
||||
using Account;
|
||||
using Export;
|
||||
using System;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
@ -1,4 +1,4 @@
|
||||
using Account;
|
||||
using Export;
|
||||
using Pal.Common;
|
||||
using System;
|
||||
using System.IO;
|
||||
|
@ -1,4 +1,4 @@
|
||||
using Account;
|
||||
using Export;
|
||||
using Dalamud.Interface;
|
||||
using Dalamud.Interface.Components;
|
||||
using Dalamud.Interface.ImGuiFileDialog;
|
||||
|
@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package account;
|
||||
package export;
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user