darozak / Advolition

1 stars 0 forks source link

Remove myID from the data that is passed to the robot #67

Closed darozak closed 4 months ago

darozak commented 4 months ago

The game engine shouldn't need to pass myID to the robot as a separate variable since it is already included in the data that is passed as part of myData.

darozak commented 4 months ago

Moved myID into myData so that the game engine only needs to pass myData to the robot (https://github.com/darozak/Advolition/commit/05b9f8bb09d5934fea3b7da4cc6d639fd362a7a5).