Daniel-Martinez / Tags

Tags
0 stars 0 forks source link

Operator needs to be able to reload my missile launcher #13

Closed Daniel-Martinez closed 10 years ago

Daniel-Martinez commented 10 years ago

Create a method that allows the missile launcher to be reloaded.

Daniel-Martinez commented 10 years ago

Created a method that when Operator types reload from the console missle count is reset to 4.

    public override void reload() 
    {
        missiles = 4;
    }