コード例 #1
0
ファイル: IT_Gesture.cs プロジェクト: syncsyncsynchalt/BD-6Kr
 public static void DFChargingEnd(ChargedInfo cInfo)
 {
     if (IT_Gesture.onDFChargeEndE != null)
     {
         IT_Gesture.onDFChargeEndE(cInfo);
     }
 }