disable experimental content event for upcoming 1.9 release (#173)

This commit is contained in:
Jesse Plamondon-Willard 2017-03-12 20:15:36 -04:00
parent 183fb9ff6e
commit 7bab161834
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ namespace StardewModdingAPI.Events
public static event EventHandler<EventArgsValueChanged<string>> AfterLocaleChanged; public static event EventHandler<EventArgsValueChanged<string>> AfterLocaleChanged;
/// <summary>Raised when an XNB file is being read into the cache. Mods can change the data here before it's cached.</summary> /// <summary>Raised when an XNB file is being read into the cache. Mods can change the data here before it's cached.</summary>
public static event EventHandler<IContentEventHelper> AfterAssetLoaded; internal static event EventHandler<IContentEventHelper> AfterAssetLoaded;
/********* /*********