Added VideoPlayer and Video

This commit is contained in:
EvilFactory
2022-10-27 12:48:29 -03:00
parent 8158213471
commit 79b4edf7a8
2 changed files with 8 additions and 0 deletions
@@ -21,6 +21,8 @@ RegisterBarotrauma("Networking.ClientPeer")
RegisterBarotrauma("Networking.GameClient")
RegisterBarotrauma("Networking.VoipCapture")
RegisterBarotrauma("Media.Video")
RegisterBarotrauma("SoundsFile")
RegisterBarotrauma("SoundPrefab")
RegisterBarotrauma("PrefabCollection`1[[Barotrauma.SoundPrefab]]")
@@ -102,5 +104,6 @@ RegisterBarotrauma("GUISpriteSheetPrefab")
RegisterBarotrauma("GUISpriteSheet")
RegisterBarotrauma("GUICursorPrefab")
RegisterBarotrauma("GUICursor")
RegisterBarotrauma("VideoPlayer")
RegisterBarotrauma("Inventory+SlotReference")