Esempio n. 1
0
        public Window_Command_Support GetCommandWindow()
        {
            var commandWindow = new Window_Command_Support(
                this.actor.id, new Vector2(Config.WINDOW_WIDTH - 152, 16));

            commandWindow.IndexChanged += Command_Window_IndexChanged;
            RefreshActorBonuses(commandWindow);
            return(commandWindow);
        }
 public SupportCommandMenu(Window_Command_Support window) : base(window)
 {
 }
Esempio n. 3
0
        private void RefreshActorBonuses(Window_Command_Support commandWindow)
        {
            int targetId = commandWindow.TargetId;

            RefreshActorBonuses(targetId);
        }