void Start()
 {
     DontDestroyOnLoad(this);
     Instance = this;
 }
示例#2
0
 void Start()
 {
     DontDestroyOnLoad(this);
     Instance = this;
 }