2022-05-17 19:41:45 -04:00

11 lines
279 B
C#

using NewHorizons.Utility;
namespace NewHorizons.External.Modules
{
public class SpawnModule : Module
{
public MVector3 PlayerSpawnPoint { get; set; }
public MVector3 ShipSpawnPoint { get; set; }
public bool StartWithSuit { get; set; }
}
}