Removed CampaignData.java/GlobalData.java

This commit is contained in:
Anuken
2020-06-20 12:28:24 -04:00
parent ec4a5880b7
commit 25338ff1cf
13 changed files with 66 additions and 80 deletions

View File

@@ -13,7 +13,7 @@ import mindustry.type.*;
import static mindustry.Vars.*;
/** Updates the campaign universe. Has no relevance to other gamemodes. */
/** Updates and handles state of the campaign universe. Has no relevance to other gamemodes. */
public class Universe{
private long seconds;
private float secondCounter;