Skip to content

Commit

Permalink
java
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-MathGuy committed Mar 29, 2024
1 parent dcc09ab commit 0518ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/java/Mindsutry.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import mindustry.mod.*;
import mindustry.ui.dialogs.*;

public class ExampleJavaMod extends Mod{
public class Mindsutry extends Mod{

public ExampleJavaMod(){
public Mindsutry(){
Log.info("Loaded Mindsutry");

//listen for game load event
Expand Down

0 comments on commit 0518ee7

Please sign in to comment.