mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
created config, teams xml file, and teamsParser class
#implement
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package seng302.models.parsers;
|
||||
|
||||
public class teamsParser extends FileParser {
|
||||
|
||||
public teamsParser(String path) {
|
||||
super(path);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user