コード例 #1
0
        public HeldButtonScheduler(bool last, Trigger button, Command orders)
            : base(last, button, orders)
        {

        }
コード例 #2
0
 protected ButtonScheduler(bool last, Trigger button, Command orders)
 {
     m_pressedLast = last;
     m_button = button;
     m_command = orders;
 }