示例#1
0
 public void AddHitEvent(HitEventHandler func)
 {
     hitEvents += func;
 }
示例#2
0
文件: JamoDrum.cs 项目: oocast/Zuagon
	public void AddHitEvent(HitEventHandler func) {
		jod.Hit += func;
	}
示例#3
0
 public void AddHitEvent(HitEventHandler func)
 {
     jod.Hit += func;
 }
示例#4
0
 public void Initialize(HitEventHandler <HItEventArgs> hitEventHandler, HItEventArgs hitEventArgs)
 {
     HitEvent = hitEventHandler;
     hitArgs  = hitEventArgs;
 }
示例#5
0
 public void AddHitEvent(HitEventHandler func)
 {
     hitEvents += func;
 }