コード例 #1
0
ファイル: UIInterface.cs プロジェクト: zjljxsc/cshotfix
 public static void RemoveListener(Component com, UIEventType et)
 {
     UIEventListener.RemoveListener(com, et);
 }