Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 08597ed

Browse files
committed
Correct imports
1 parent 805cc15 commit 08597ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/code/chaos/independent/Hrux.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
package main.code.chaos.independent;
1+
package chaos.independent;
22

33
import arc.func.Cons;
44
import arc.util.Interval;
55
import arc.util.Timer;
6-
import main.code.chaos.ChaosSounds;
6+
import chaos.ChaosSounds;
77
import mindustry.gen.Bullet;
88
import mindustry.gen.Groups;
99
import mindustry.gen.Unit;

0 commit comments

Comments
 (0)