Control.cs (#1262)

This commit is contained in:
Swept
2020-08-27 00:31:12 +02:00
committed by GitHub
parent 4967238202
commit cd1d6035e5
+1 -1
View File
@@ -17,7 +17,7 @@ namespace Robust.Client.UserInterface
{
/// <summary>
/// A node in the GUI system.
/// See https://github.com/space-wizards/RobustToolbox/wiki/UI-System-Tutorial for some basic concepts.
/// See https://hackmd.io/@ss14/ui-system-tutorial for some basic concepts.
/// </summary>
[PublicAPI]
public partial class Control : IDisposable