Skip to content

Commit

Permalink
chore: rename everything [skip build]
Browse files Browse the repository at this point in the history
Skipping CI / build because I know it will have 9e9 errors
  • Loading branch information
DataM0del committed Dec 20, 2024
1 parent d2e31ab commit efb383b
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package info.opensigma.bind;

import info.opensigma.OpenSigma;
import info.opensigma.event.KeyPressEvent;
import meteordevelopment.orbit.EventHandler;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package info.opensigma.module;

import info.opensigma.OpenSigma;
import info.opensigma.setting.owner.SettingOwner;
import info.opensigma.system.IMinecraft;
import info.opensigma.system.INameable;

public class Module implements INameable, IMinecraft {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package info.opensigma.setting;

import info.opensigma.system.INameable;

public abstract class Setting<T> implements INameable {

public final String name, description;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import info.opensigma.setting.Setting;
import info.opensigma.system.ElementRepository;
import info.opensigma.system.INameable;
import net.jezevcik.argon.utils.objects.NullUtils;

public class SettingOwner extends ElementRepository<Setting> {
Expand Down

0 comments on commit efb383b

Please sign in to comment.