Added Voting and VoteType to default lib
This commit is contained in:
@@ -49,6 +49,7 @@ defaultLib["StartingBalanceAmount"] = CreateEnum("Barotrauma.StartingBalanceAmou
|
||||
defaultLib["ChatMode"] = CreateEnum("Barotrauma.ChatMode")
|
||||
defaultLib["CharacterType"] = CreateEnum("Barotrauma.CharacterType")
|
||||
defaultLib["MissionType"] = CreateEnum("Barotrauma.MissionType")
|
||||
defaultLib["VoteType"] = CreateEnum("Barotrauma.VoteType")
|
||||
defaultLib["InputType"] = CreateStatic("Barotrauma.InputType")
|
||||
|
||||
defaultLib["EventPrefab"] = CreateStatic("Barotrauma.EventPrefab", true)
|
||||
@@ -126,6 +127,7 @@ defaultLib["XDocument"] = CreateStatic("System.Xml.Linq.XDocument", true)
|
||||
defaultLib["XNode"] = CreateStatic("System.Xml.Linq.XNode", true)
|
||||
defaultLib["SoundsFile"] = CreateStatic("Barotrauma.SoundsFile", true)
|
||||
|
||||
defaultLib["Voting"] = CreateStatic("System.Voting")
|
||||
defaultLib["TimeSpan"] = CreateStatic("System.TimeSpan")
|
||||
defaultLib["IPAddress"] = CreateStatic("System.Net.IPAddress")
|
||||
defaultLib["ContentPackageId"] = CreateStatic("Barotrauma.ContentPackageId")
|
||||
|
||||
@@ -438,6 +438,8 @@ RegisterBarotrauma("DecalManager")
|
||||
|
||||
RegisterBarotrauma("PriceInfo")
|
||||
|
||||
RegisterBarotrauma("Voting")
|
||||
|
||||
Register("Microsoft.Xna.Framework.Vector2")
|
||||
Register("Microsoft.Xna.Framework.Vector3")
|
||||
Register("Microsoft.Xna.Framework.Vector4")
|
||||
|
||||
Reference in New Issue
Block a user