fix: Moves mods and fixes migrations for lights (#1080)
- [X] Removes duplicate property for owner. - [X] Codegens them all (even though they aren't used, just in case someone wants to).
This commit is contained in:
parent
dc7033d71f
commit
7adf52ef48
20 changed files with 557 additions and 219 deletions
40
Projects/Server/Migrations/Server.StatMod.v0.json
Normal file
40
Projects/Server/Migrations/Server.StatMod.v0.json
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"version": 0,
|
||||
"type": "Server.StatMod",
|
||||
"properties": [
|
||||
{
|
||||
"name": "Added",
|
||||
"type": "System.DateTime",
|
||||
"rule": "PrimitiveTypeMigrationRule",
|
||||
"ruleArguments": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Duration",
|
||||
"type": "System.TimeSpan",
|
||||
"rule": "PrimitiveTypeMigrationRule"
|
||||
},
|
||||
{
|
||||
"name": "Type",
|
||||
"type": "Server.StatType",
|
||||
"rule": "EnumMigrationRule"
|
||||
},
|
||||
{
|
||||
"name": "Name",
|
||||
"type": "string",
|
||||
"rule": "PrimitiveTypeMigrationRule",
|
||||
"ruleArguments": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Offset",
|
||||
"type": "int",
|
||||
"rule": "PrimitiveTypeMigrationRule",
|
||||
"ruleArguments": [
|
||||
""
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue