Fix incorrectly copy pasted xmldoc

This commit is contained in:
Dean Herbert 2021-01-07 19:06:10 +09:00
parent 31a6e9b860
commit 69ac22dd7f
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ public abstract class ControlPoint : IComparable<ControlPoint>
public abstract bool IsRedundant(ControlPoint existing);
/// <summary>
/// Create a copy of this room without online information.
/// Should be used to create a local copy of a room for submitting in the future.
/// Create an unbound copy of this control point.
/// </summary>
public ControlPoint CreateCopy()
{