mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
capitalize
This commit is contained in:
parent
932b2927e4
commit
a6a823bb08
6
NewHorizons/External/Modules/PropModule.cs
vendored
6
NewHorizons/External/Modules/PropModule.cs
vendored
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user