[doc] Add one last note

This commit is contained in:
Matt Nadareski
2016-03-29 14:09:10 -07:00
parent 8968d81312
commit c43be67ebc

View File

@@ -30,6 +30,7 @@ namespace SabreTools
ii. If it requires a date to be created from modified time, see TruRip ii. If it requires a date to be created from modified time, see TruRip
iii. If it doesn't require either, see Custom for a design pattern iii. If it doesn't require either, see Custom for a design pattern
7) You should be done! Unless your DAT is of a custom format, it should be taken care of on import. 7) You should be done! Unless your DAT is of a custom format, it should be taken care of on import.
i. If custom handling is needed on import, look for "SuperDAT" for an example
*/ */
public class Import public class Import
{ {