Unstable 1.1.14.0

This commit is contained in:
Markus Isberg
2023-10-02 16:43:54 +03:00
parent 94f5a93a0c
commit cf8f0de659
606 changed files with 21906 additions and 11456 deletions
@@ -35,6 +35,7 @@ namespace Barotrauma.Networking
MEDICAL, //medical clinic
TRANSFER_MONEY, // wallet transfers
REWARD_DISTRIBUTION, // wallet reward distribution
CIRCUITBOX,
READY_CHECK,
READY_TO_SPAWN
}
@@ -80,11 +81,12 @@ namespace Barotrauma.Networking
STARTGAMEFINALIZE, //finalize round initialization
ENDGAME,
TRAITOR_MESSAGE,
MISSION,
EVENTACTION,
TRAITOR_MESSAGE,
CREW, //anything related to managing bots in multiplayer
MEDICAL, //medical clinic
CIRCUITBOX,
MONEY,
READY_CHECK //start, end and update a ready check
}
@@ -112,14 +114,6 @@ namespace Barotrauma.Networking
EntityId: entity.ID);
}
enum TraitorMessageType
{
Server,
ServerMessageBox,
Objective,
Console
}
enum VoteType
{
Unknown,
@@ -131,7 +125,8 @@ namespace Barotrauma.Networking
PurchaseAndSwitchSub,
PurchaseSub,
SwitchSub,
TransferMoney
TransferMoney,
Traitor,
}
public enum ReadyCheckState