Implemented ReplaceLocalParticipant
This commit is contained in:
parent
e646326aa3
commit
0400c646fa
@ -33,7 +33,10 @@ namespace RoboidControl {
|
||||
this.udpClient = localParticipant.udpClient;
|
||||
}
|
||||
|
||||
public static readonly Participant localParticipant = new();
|
||||
public static Participant localParticipant = new();
|
||||
public static void ReplaceLocalParticipant(Participant participant) {
|
||||
Participant.localParticipant = participant;
|
||||
}
|
||||
|
||||
public Thing root = null;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user