This website requires JavaScript.
Explore
Help
Sign In
claunia
/
SabreTools
Watch
1
Star
0
Fork
0
You've already forked SabreTools
mirror of
https://github.com/claunia/SabreTools.git
synced
2025-12-16 19:14:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
10c3716b3d72f326a6ef9703af149a9b74dfb1e3
SabreTools
/
SabreTools.Helper
/
Interfaces
/
IImport.cs
8 lines
92 B
C#
Raw
Normal View
History
Unescape
Escape
Create and implement IGenerate, IImport
2016-05-28 16:15:47 -07:00
namespace
SabreTools.Helper
{
public
interface
IImport
{
[DATabase] Miscellaneous integration cleanups This cleans up a lot of things left over from the original integration of DATabaseTwo into DATabase. This also includes some updates that will make importing DATs even easier and make the import process more streamlined.
2016-05-29 00:07:07 -07:00
bool
UpdateDatabase
(
)
;
Create and implement IGenerate, IImport
2016-05-28 16:15:47 -07:00
}
}
Reference in New Issue
Copy Permalink