Shipcontroller.cs Controllers the process on the visual 3d ship “ShipInteractionManager.cs is the bridge between the user and the controller” when the player chooses a slot or component to buy, sell or whatever, its view is ShipView.cs has the slots and the components
UpgradeController.cs Controllers the updating of the components and its view is UpgradeView.cs
ComponentPropertiesController.cs approves the data of the components to the view lists of the components, inventories and shop after getting the data by the api
ShopCatalogController.cs The controller responsible for buying and showing catalog items
InventoryShopController.cs The controller responsible for buying and showing inventory items.
ComponentShopController.cs The controller responsible for replacing ship component items
After any action like buying selling the controllers refresh them self and the views to show the new data
Recent Comments