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
fc27f7c268d57d07ee9f0ab23301d45d0d2fe9e6
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