Fix ambiguity

This commit is contained in:
Pascal Serrarens 2025-03-12 15:34:43 +01:00
parent 5ab59b9d1b
commit 9a13a2de12

View File

@ -53,6 +53,7 @@ namespace RoboidControl {
if (invokeEvent) if (invokeEvent)
InvokeNewThing(this); InvokeNewThing(this);
} }
public Thing(Participant owner) : this(owner, Type.Undetermined) {}
/// <summary> /// <summary>
/// Create a new thing for a participant /// Create a new thing for a participant
/// </summary> /// </summary>