Example #1
0
 public void AddSpinEvent(SpinEventHandler func)
 {
     spinEvents += func;
 }
Example #2
0
 public void AddSpinEvent(SpinEventHandler func)
 {
     jod.Spin += func;
 }
Example #3
0
	public void AddSpinEvent(SpinEventHandler func) {
		jod.Spin += func;
	}
Example #4
0
 public void AddSpinEvent(SpinEventHandler func)
 {
     spinEvents += func;
 }