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