Merge branch 'master' of https://github.com/new-frontiers-14/frontier-station-14 into 2025-03-02-march-25-upstream-merge

This commit is contained in:
Whatstone
2025-03-05 16:04:59 -05:00
33 changed files with 992 additions and 254 deletions
+8
View File
@@ -465,4 +465,12 @@ public enum LogType
/// </summary>
AdminRefund = 203,
AtmosDirectionChanged = 204,
/// <summary>
/// A player has posted a bounty contract.
/// </summary>
BountyContractCreated = 205,
/// <summary>
/// A player has deleted a bounty contract.
/// </summary>
BountyContractRemoved = 206,
}