예제 #1
0
 private void OnDownloadSuccess(object sender, GameFramework.Download.DownloadSuccessEventArgs e)
 {
     m_EventComponent.Fire(this, DownloadSuccessEventArgs.Create(e));
 }