* gamepresets filter * addgamerule cp14 filter * shuttle dropping * long time FTL * FTL map tweaks * Update ShuttleSystem.FasterThanLight.cs * handle player ship spawning (not tested yet) * typo * test elemental shit (ship) * player spawn handling (real this time) * FTL map gravity * clean up 1 * clean up 2 * instant FTL * Update CP14ExpeditionSystem.cs
10 lines
311 B
C#
10 lines
311 B
C#
namespace Content.Server._CP14.Shuttles.Components;
|
|
|
|
/// <summary>
|
|
/// One of the possible points where an elemental ship might land at the start of a round
|
|
/// </summary>
|
|
[RegisterComponent, Access(typeof(CP14ExpeditionSystem))]
|
|
public sealed partial class CP14ExpeditionShipFTLTargetComponent : Component
|
|
{
|
|
}
|