Get rid of "frontend" property. It is only ever referenced by the backend BeamApplication game modes and BikeController. This is historical from when BeamAppCore itself was modal.
This also involves getting rid of the AppCore PostBikeCommand, PostBikeTurn, and PostBikeCreateData methods,
which don;t belong there (they don't modify core state).
They should be moved to BeamGameNet instead, and the backend game code that calls them changed to reflect it.
Get rid of "frontend" property. It is only ever referenced by the backend BeamApplication game modes and BikeController. This is historical from when BeamAppCore itself was modal.
This also involves getting rid of the AppCore PostBikeCommand, PostBikeTurn, and PostBikeCreateData methods, which don;t belong there (they don't modify core state).
They should be moved to BeamGameNet instead, and the backend game code that calls them changed to reflect it.