Bläddra i källkod

Component constructor documentation

Jean-David Moisan 6 år sedan
förälder
incheckning
ac0e93b948
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      Source/Component.cs

+ 4 - 0
Source/Component.cs

@@ -13,6 +13,10 @@ namespace Apos.Gui {
 
         // Group: Constructors
 
+        /// <summary>
+        /// Creates an empty component that doesn't really do anything.
+        /// You can script this but usually this is better as a base class for other components.
+        /// </summary>
         public Component() { }
 
         // Group: Public Variables