示例#1
0
 private void SetStartColor()
 {
     BirdColor = (StartColor)Random.Range(0, 3);
     animator.SetTrigger(BirdColor.ToString());
 }