Update TaipanShopGUI.java

changed the javadoc slightly.
This commit is contained in:
Vikramb987
2019-03-11 17:21:15 -06:00
committed by GitHub
parent 762b399c4b
commit af81624e27

View File

@@ -1,6 +1,8 @@
/**
* TaipanShopGUI deals with setting the stage for shop
* Authors: Vikram Bawa, Harkamal Randhawa, Nathan Lum, Haris Muhammad, Siddhant Dewani
* TaipanShopGUI deals with setting the stage for shop; the shop shows much of the user's inventory
* and features the buying and selling aspect of the game.
*
* Author: Vikram Bawa
*/
import javafx.event.ActionEvent;
import javafx.event.EventHandler;