mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 12:05:23 +01:00
12 lines
213 B
C#
12 lines
213 B
C#
using NewHorizons.Utility;
|
|
using Newtonsoft.Json;
|
|
|
|
namespace NewHorizons.External.Modules
|
|
{
|
|
[JsonObject]
|
|
public class ProcGenModule
|
|
{
|
|
public MColor color;
|
|
public float scale;
|
|
}
|
|
} |