Esempio n. 1
0
 private void OnDestroy()
 {
     buildMgr = null;
 }
Esempio n. 2
0
 private void OnEnable()
 {
     buildMgr = new DevOpsBuild();
 }