Serializable -> JsonSerializable

This commit is contained in:
Anuken
2021-02-12 15:41:28 -05:00
parent 146b2589e2
commit 2e6b90d4d5
7 changed files with 57 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ import static mindustry.Vars.*;
* weapon equipped, ammo used, and status effects.
* Each spawn group can have multiple sub-groups spawned in different areas of the map.
*/
public class SpawnGroup implements Serializable{
public class SpawnGroup implements JsonSerializable{
public static final int never = Integer.MAX_VALUE;
/** The unit type spawned */