Skip to content

Commit

Permalink
move FOSAbility
Browse files Browse the repository at this point in the history
  • Loading branch information
nekit508 committed Jan 5, 2024
1 parent 99df06c commit aa61c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions core/src/fos/FOSTypeIO.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
import arc.util.io.Writes;
import fos.gen.LumoniPlayerUnitc;
import fos.type.content.WeaponSet;
import fos.type.units.abilities.FOSAbility;
import fos.type.abilities.FOSAbility;
import mindustry.annotations.Annotations;
import mindustry.entities.abilities.Ability;
import mindustry.entities.units.WeaponMount;
import mindustry.gen.Unitc;
import mindustry.gen.Weaponsc;
import mindustry.io.TypeIO;
import mindustry.type.UnitType;
import mindustry.type.Weapon;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package fos.type.units.abilities;
package fos.type.abilities;

import arc.util.io.Reads;
import arc.util.io.Writes;
Expand Down

0 comments on commit aa61c45

Please sign in to comment.