Changes

Jump to navigation Jump to search
m
→‎Using the config file: turned 3 line comment into 1 line to improve readability
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>
49

edits

Navigation menu