Compatibility fixes
This commit is contained in:
parent
19b4c33e05
commit
3eaa1ba31b
@ -24,7 +24,7 @@ namespace RoboidControl {
|
||||
//thisParticipant = participant;
|
||||
}
|
||||
|
||||
public TouchSensor(Thing parent) : base(parent) { }
|
||||
public TouchSensor(Thing parent, bool invokeEvent = true) : base(parent, (byte)Type.TouchSensor, invokeEvent) { }
|
||||
|
||||
public ParticipantUDP thisParticipant;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user