forked from SpaceStation14-Shenanigans/Monolith
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:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user