diff options
author | Squibid <me@zacharyscheiman.com> | 2024-06-03 20:33:38 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-06-03 20:33:38 -0400 |
commit | 32bc1b99866518bda03409dd8c81a2756656f44f (patch) | |
tree | 06e47fd489bec72bf53450eeaa8540d016b245d2 /src/main/java/los/numeros/example/modules | |
parent | 6aff7f52908188f42310b8574ef87ef9a720daf2 (diff) | |
download | lnm-32bc1b99866518bda03409dd8c81a2756656f44f.tar.gz lnm-32bc1b99866518bda03409dd8c81a2756656f44f.tar.bz2 lnm-32bc1b99866518bda03409dd8c81a2756656f44f.zip |
update game engine and example game
Diffstat (limited to '')
-rw-r--r-- | src/main/java/los/numeros/ExampleGame/modules/ExampleModule.java (renamed from src/main/java/los/numeros/example/modules/ExampleModule.java) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/los/numeros/example/modules/ExampleModule.java b/src/main/java/los/numeros/ExampleGame/modules/ExampleModule.java index 0e2d103..9ab3179 100644 --- a/src/main/java/los/numeros/example/modules/ExampleModule.java +++ b/src/main/java/los/numeros/ExampleGame/modules/ExampleModule.java @@ -1,6 +1,6 @@ -package los.numeros.example.modules; +package los.numeros.ExampleGame.modules; -import los.numeros.gameEngine.Module; +import los.numeros.GameEngine.Module; public class ExampleModule implements Module { @Override |