0 purchases
warcrafty
warcrafty #
A library used to read / write dbc / db2 file, and will support mpq generate in the future.
Usage #
import 'package:warcrafty/warcrafty.dart';
void main() {
var warcrafty = Warcrafty.from('./dbc/ChrRaces.dbc');
warcrafty.parse<WdbcChrRace>();
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.