Kamron Batman
|
42012538bc
|
fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350)
|
2023-02-25 00:54:12 -08:00 |
|
Kamron Batman
|
936000ecf7
|
feat: Adds SerializedCommandProperty (#1249)
## Breaking Change
* Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`.
## Important Change
* Adds `SerializedCommandProperty`
Example:
```cs
[InvalidateProperties]
[SerializableField(0)]
[SerializedCommandProperty(AccessLevel.GameMaster)]
private Mobile _completedBy;
```
|
2022-11-14 18:24:33 -08:00 |
|
Kamron Batman
|
39e6f62ec9
|
fix: Codegens more misc items (#1216)
|
2022-10-29 16:08:23 -07:00 |
|
Kamron Batman
|
8149620b0c
|
Fixes brace style (#248)
|
2020-09-13 21:49:46 -07:00 |
|
Kamron Batman
|
7dbfa086bc
|
Cleanup and adds configuration for crashguard (#240)
|
2020-09-12 01:57:07 -07:00 |
|
Kamron Batman
|
ad3775c4d7
|
Formats UO Content (#201)
|
2020-08-27 18:30:38 -07:00 |
|
Kamron Batman
|
8ec166bcd0
|
Adds assemblies config, fixes crash bugs. (#134)
|
2020-05-09 12:55:56 -07:00 |
|