Created the basics of objects

This commit is contained in:
Obique
2014-11-29 11:40:29 -06:00
committed by Obique
parent a79ff94565
commit 094331918d
4 changed files with 40 additions and 0 deletions
@@ -0,0 +1,9 @@
package resources.objects.player;
import resources.objects.intangible.IntangibleObject;
public class PlayerObject extends IntangibleObject {
}