コード例 #1
0
ファイル: LProcess.java プロジェクト: Del-Gin/LGame
 public void calls() {
   if (isInstance) {
     currentControl.callEvents(true);
   }
 }