예제 #1
0
 public void CallBack(CoroutineCallBackEventArgs args)
 {
     lock (this._lockerdic)
     {
         this._lockerdic.Remove(this._lockerkey);
     }
 }
예제 #2
0
 public void CallBack(CoroutineCallBackEventArgs args)
 {
 }