Example #1
0
 private void OnDestroy()
 {
     pub_ = null;
 }
Example #2
0
 // Use this for initialization
 void Start()
 {
     pub_ = new UniCom.Publisher <bool>(Topic);
 }