示例#1
0
 private void Start()
 {
     transform.rotation = Quaternion.Euler(0, 0, Random.value * 360);
     playerShip         = GetComponent <MovementObject>();
 }