Open stephanemagnenat opened 11 years ago
Currently, Bluetooth is simulated through a hack with a BluetoothBase object in World. This should be generalized by defining a WorldInteraction base class.
BluetoothBase
World
WorldInteraction
Currently, Bluetooth is simulated through a hack with a
BluetoothBase
object inWorld
. This should be generalized by defining aWorldInteraction
base class.