🌈 搜索
📅  最后修改于: 2022-03-11 14:49:01.910000             🧑  作者: Mango
void Awake() { if (instance == null) instance = this; else if (instance != this) Destroy(gameObject); }