Reorganize all the classes and move them around to make more sense and be easier to navigate. Also removed/unwrapped the 'a7' temp package.

This commit is contained in:
TomTheFurry
2022-09-12 22:43:06 +08:00
parent dfc75f2a65
commit 3f23ef960b
191 changed files with 668 additions and 1577 deletions
@@ -1,9 +1,8 @@
package tests;
import com.seibel.lod.core.api.external.coreImplementations.objects.events.abstractEvents.CoreDhApiTestEvent;
import com.seibel.lod.core.handlers.dependencyInjection.*;
import com.seibel.lod.core.dependencyInjection.DhApiEventInjector;
import org.junit.Assert;
import org.junit.Test;
import testItems.events.abstractObjects.DhApiTestEvent;
import testItems.events.objects.DhTestEvent;
import testItems.events.objects.DhTestEventAlt;