Closed Daniel-Martinez closed 10 years ago
Create a method that allows the missile launcher to be reloaded.
Created a method that when Operator types reload from the console missle count is reset to 4.
public override void reload() { missiles = 4; }
Create a method that allows the missile launcher to be reloaded.