Changes

Jump to navigation Jump to search
undo change to standardized comment headers (see user talk page)
Line 58: Line 58:  
public class ModEntry : Mod
 
public class ModEntry : Mod
 
{
 
{
     /********* Properties *********/
+
     /*********
 
+
    ** Properties
 +
    *********/
 
     /// <summary>The mod configuration from the player.</summary>
 
     /// <summary>The mod configuration from the player.</summary>
 
     private ModConfig Config;
 
     private ModConfig Config;
      −
     /********* Public methods *********/
+
     /*********
 
+
    ** Public methods
 +
    *********/
 
     /// <summary>The mod entry point, called after the mod is first loaded.</summary>
 
     /// <summary>The mod entry point, called after the mod is first loaded.</summary>
 
     /// <param name="helper">Provides simplified APIs for writing mods.</param>
 
     /// <param name="helper">Provides simplified APIs for writing mods.</param>
translators
8,403

edits

Navigation menu