Rebranding Code No. 11

This commit is contained in:
Randolph W. Aarseth II
2024-10-07 16:31:21 -07:00
parent 8ceaf92f58
commit da5ccc4d8a
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ partial class AbstractGenericNode<T>
}
/// <summary>
/// Get the property information for all the properties declared in this class.
/// This method is used by Godot to register the available properties in the editor.
/// This method is used by Redot to register the available properties in the editor.
/// Do not call this method.
/// </summary>
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]

View File

@@ -49,7 +49,7 @@ partial class AllReadOnly
}
/// <summary>
/// Get the property information for all the properties declared in this class.
/// This method is used by Godot to register the available properties in the editor.
/// This method is used by Redot to register the available properties in the editor.
/// Do not call this method.
/// </summary>
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]

View File

@@ -43,7 +43,7 @@ partial class AllWriteOnly
}
/// <summary>
/// Get the property information for all the properties declared in this class.
/// This method is used by Godot to register the available properties in the editor.
/// This method is used by Redot to register the available properties in the editor.
/// Do not call this method.
/// </summary>
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]