This commit is contained in:
Noah Pilarski 2024-06-04 08:32:06 -04:00
parent e3b0dc0e34
commit e70d9ba641

View File

@ -90,6 +90,6 @@ namespace NewHorizons.External.Modules.Props.EchoesOfTheEye
/// <summary> /// <summary>
/// Exclusive to slide reels. Whether this slide should rotate the reel item while inside a projector. /// Exclusive to slide reels. Whether this slide should rotate the reel item while inside a projector.
/// </summary> /// </summary>
public bool rotate = true; [DefaultValue(true)] public bool rotate = true;
} }
} }