initial commit

This commit is contained in:
Mitch Weaver
2017-11-26 03:00:36 +01:00
parent 8eb120ad0d
commit 464bda0b44
60 changed files with 1617 additions and 0 deletions

7
src/mobs/MobSpeeds.java Executable file
View File

@@ -0,0 +1,7 @@
package mobs;
public interface MobSpeeds {
public static final float SCRAVELLER_SPEED = 0.175f;
}