Errors Of DeploymentController.cs And DiscroveryController.cs [sai] - LimYewKwong/BattleShip GitHub Wiki
1)Deployment Controller error: -
•using SwinGameSDK; -
(Error 1) The type or namespace name 'SwinGameSDK' could not be found (are you missing a using directive or an assembly reference?)
•private static Direction _currentDirection = Direction.UpDown; (Error 2) The type or namespace name 'Direction' could not be found (are you missing a using directive or an assembly reference?)
•private static ShipName _selectedShip = ShipName.Tug; (Error 3) The type or namespace name 'ShipName' could not be found (are you missing a using directive or an assembly reference?)
•private static ShipName GetShipMouseIsOver() (Error 4) The type or namespace name 'ShipName' could not be found (are you missing a using directive or an assembly reference?)
2)Discovery Controller error •using SwinGameSDK; Error 1 The type or namespace name 'SwinGameSDK' could not be found (are you missing a using directive or an assembly reference?)