darozak / Advolition

1 stars 0 forks source link

Need to remove all game functions from the RobotData class and it's members. #38

Closed darozak closed 6 months ago

darozak commented 6 months ago

I need to remove all functions from the RobotData class and it's members so that the robots will not be able to access these functions when passed structured clones of the robot data set.

I'll need to move these methods into the Game class or a special robot management class.

darozak commented 6 months ago

I moved all methods, including clone methods, out of the robot data classes and hardware classes so that they will not be cluttered by content that is useless to the player (https://github.com/darozak/Advolition/commit/2eb046f75d76ed66f82a576448312be6ae4e5772).