public void SetDirection(eGhostDir direction) { dir = direction; SpeedInit(); }
private void Awake() { dir = eGhostDir.LEFT; SpeedInit(); }
private void Awake() { dir = eGhostDir.LEFT; }