capitalize

This commit is contained in:
Noah Pilarski 2022-08-06 16:02:22 -04:00
parent 932b2927e4
commit a6a823bb08

View File

@ -824,17 +824,17 @@ namespace NewHorizons.External.Modules
public string decalPath; public string decalPath;
/// <summary> /// <summary>
/// whiteboard that the stones can put text onto /// Whiteboard that the stones can put text onto
/// </summary> /// </summary>
public WhiteboardInfo whiteboard; public WhiteboardInfo whiteboard;
/// <summary> /// <summary>
/// camera platform that the stones can project to and from /// Camera platform that the stones can project to and from
/// </summary> /// </summary>
public PlatformInfo platform; public PlatformInfo platform;
/// <summary> /// <summary>
/// projection stones /// Projection stones
/// </summary> /// </summary>
public StoneInfo[] stones; public StoneInfo[] stones;