#pragma once

enum State{
	NORMAL,
	SWING_SWORD,
	SWING_SONIC_SWORD,
	SPIN,
	MOVE_TOWARDS,
	MOVE_AWAY,
	BLOCK,
	TELEPORT,
};