Skip to content

Commit

Permalink
[Remove] - Unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoConKvass committed Apr 8, 2024
1 parent bd21d44 commit c4658d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assembly-CSharp/ModLoader/ModLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ModLoader
{

public static readonly string dataPath = Application.dataPath.Replace("/", "\\");
public static readonly string ModPath = dataPath + "\\Mods"; // No, it cannot be const
public static readonly string ModPath = dataPath + "\\Mods";
public static Mod[] LoadedMods;
public static List<Type> LoadedModPlayers = new();
public static List<Type> LoadedGlobalEnemies = new();
Expand Down

0 comments on commit c4658d0

Please sign in to comment.