mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-22 07:13:07 -04:00
Created the basics of objects
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package resources.objects.player;
|
||||
|
||||
import resources.objects.intangible.IntangibleObject;
|
||||
|
||||
public class PlayerObject extends IntangibleObject {
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user