mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
More trade work.
This commit is contained in:
parent
c7e38b8b00
commit
94491903f7
5 changed files with 93 additions and 2 deletions
9
FFXIVClassic Map Server/dataobjects/TradeTransaction.cs
Normal file
9
FFXIVClassic Map Server/dataobjects/TradeTransaction.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.dataobjects
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue