예제 #1
0
파일: NTR.cs 프로젝트: zaksabeast/PKMN-NTR
 protected virtual void OnDataReady(DataReadyEventArgs e)
 {
     DataReady?.Invoke(this, e);
 }