Преглед на файлове

Made BaseUnityPlugin.Config public to make access by other plugins easier

ManlyMarco преди 4 години
родител
ревизия
d2bab3824e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      BepInEx/Contract/BaseUnityPlugin.cs

+ 1 - 1
BepInEx/Contract/BaseUnityPlugin.cs

@@ -23,7 +23,7 @@ namespace BepInEx
 		/// Default config file tied to this plugin. The config file will not be created until 
 		/// any settings are added and changed, or <see cref="ConfigFile.Save"/> is called.
 		/// </summary>
-		protected ConfigFile Config { get; }
+		public ConfigFile Config { get; }
 
 		/// <summary>
 		/// Create a new instance of a plugin and all of its tied in objects.