Example #1
0
 public void RemoveOnDetonatingDelegate(OnDetonating del)
 {
     this.OnDetonatingDelegates -= del;
 }
Example #2
0
 public void SetOnDetonatingDelegate(OnDetonating del)
 {
     this.OnDetonatingDelegates = del;
 }
Example #3
0
 public void AddOnDetonatingDelegate(OnDetonating del)
 {
     this.OnDetonatingDelegates += del;
 }
Example #4
0
 public void RemoveOnDetonatingDelegate(OnDetonating del)
 {
     this.OnDetonatingDelegates -= del;
 }
Example #5
0
 public void SetOnDetonatingDelegate(OnDetonating del)
 {
     this.OnDetonatingDelegates = del;
 }
Example #6
0
 public void AddOnDetonatingDelegate(OnDetonating del)
 {
     this.OnDetonatingDelegates += del;
 }