Make everything in NetConfig static instead of constant so mods can change it

This commit is contained in:
EvilFactory
2024-08-27 22:16:38 -03:00
parent 03b8efc95f
commit a823eabea2
3 changed files with 26 additions and 24 deletions
@@ -379,6 +379,7 @@ RegisterBarotrauma("MalfunctionEvent")
RegisterBarotrauma("EventSet")
RegisterBarotrauma("EventPrefab")
RegisterBarotrauma("Networking.NetConfig")
RegisterBarotrauma("Networking.IWriteMessage")
RegisterBarotrauma("Networking.IReadMessage")
RegisterBarotrauma("Networking.NetEntityEvent")