예제 #1
0
        public void actionCard()
        {
            U.currentCard.action();
            ui.closeView();

            CommandCtrl.instant.addCommand(new CardActionCommand(U.currentCard));
        }
예제 #2
0
파일: UI.cs 프로젝트: 12cry/testJava
 public void closeAllView()
 {
     cardViewUI.closeView();
     closeViewBuildingCard();
 }