aboutsummaryrefslogtreecommitdiff
path: root/source/core/enums/EnityTypes.hx
blob: d6b308ad8f2391caebce9365210a8ebce9ed5d71 (plain)
1
2
3
4
5
6
7
8
package core.enums;

enum EntityType
{
	PLAYER;
	ENEMY;
	NPC;
}