void Awake() { if (instance == null) { instance = this; } }
private void Awake() { instance = this; // 初始化对象池 FillPool(); }
private void Awake() { instance = this; Fullfillpool(); }
void Awake() { instance = this; FillPool(); }