2022-05-19 17:05:09 -04:00

13 lines
384 B
C#

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