spaceconquest.GameScreen.UpgradeClick C# (CSharp) Method

UpgradeClick() private method

private UpgradeClick ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
return void
        void UpgradeClick(Object o, EventArgs e)
        {
            clickedaction = Command.Action.Upgrade; middleman.AddCommand(new Command(selectedhex, selectedhex, clickedaction)); clickedaction = Command.Action.None;
        }