Add randommk command #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "awsxdr/hal-9000:mkrandomizer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a new command (
/randommk) to HAL to allow the randomization of Mario Kart 8 Deluxe kart combinations.@ -0,0 +1,334 @@use std::collections::HashMap;This looks like it belongs in models rather than commands, since it's a structure called on behalf of the command rather than the command itself
Fair. I wasn't sure where to put a struct that's basically just a collection of stateless methods. Moved in
d31513d37b.