forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Corvax-Frontier/Up090824
Апстрём плюс фиксики
- Loading branch information
Showing
234 changed files
with
15,039 additions
and
18,251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
using Robust.Shared.Audio; | ||
|
||
namespace Content.Server.GameTicking.Rules.Components; | ||
/* | ||
* New Frontiers - This file is licensed under AGPLv3 | ||
* Copyright (c) 2024 New Frontiers | ||
* See AGPLv3.txt for details. | ||
*/ | ||
namespace Content.Server._NF.GameRule; | ||
|
||
[RegisterComponent, Access(typeof(NfAdventureRuleSystem))] | ||
public sealed partial class AdventureRuleComponent : Component | ||
{ | ||
|
||
public List<EntityUid> NFPlayerMinds = new(); | ||
public List<EntityUid> CargoDepots = new(); | ||
public List<EntityUid> MarketStations = new(); | ||
public List<EntityUid> RequiredPois = new(); | ||
public List<EntityUid> OptionalPois = new(); | ||
public List<EntityUid> UniquePois = new(); | ||
} |
Oops, something went wrong.