示例#1
0
 private void ReplantSeed()
 {
     AC.SetBool("isMoving", false);
     ResetGhosts();
     AnimateGhosts();
     PC.SwitchToGhost(currSeed.ghost, currSeed.ghost.AC, currSeed.ghost.CC);
     GM.StartRecording(currSeed.ghost);
 }