umm I dont do C# often (or dont know much C# to be more correct )... I'm wondering what these comments mean:
/// <summary>
/// Summary description for Effects.
/// </summary>

are they used only for making documentations and such? how would I show tooltip descriptions for my function and its variables?