永远

永远

  • 流派:Alternative 另类
  • 语种:国语
  • 发行时间:2022-06-10
  • 唱片公司:兵马司唱片/Indie Works
  • 类型:Single

简介

public GameObject friendprefab; void Start() { InvokeRepeating("Createfriend", 0.1f, 1f); } void Createfriend() { float x = 10.5f; float y = Random.Range(-3f, 2.5f); GameObject friend = Instantiate(friendprefab); friend.transform.position = new Vector3(x, y, 0); }

[更多]

此歌手的其他专辑