TeamEntry class implementation

This commit is contained in:
Anuken
2021-12-03 10:28:34 -05:00
parent 8168d8a3be
commit 9c9d147b95
10 changed files with 40 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
package mindustry.content;
public class TeamEntries{
public static void load(){
//more will be added later - do these need references?
//TODO
//new TeamEntry(Team.derelict);
//new TeamEntry(Team.sharded);
//new TeamEntry(Team.crux);
}
}