mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
11 lines
201 B
C#
11 lines
201 B
C#
using NewHorizons.Utility;
|
|
|
|
namespace NewHorizons.External.Modules
|
|
{
|
|
public class ProcGenModule
|
|
{
|
|
public float Scale { get; set; }
|
|
public MColor Color { get; set; }
|
|
}
|
|
}
|