private void Start() { ghost = GhostWorld.CreateRewindGhost(this); ghost.gameObject.Initialize(true); }
private void Start() { ghost = GhostWorld.CreateRewindGhost(this); ghost.gameObject.SetActive(true); }