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
|
5660f4636e
|
fix: Finishes code gen for misc items (#1248)
|
2022-11-13 23:10:13 -08:00 |
|
Kamron Batman
|
3293ffcf06
|
fix: Cleanup IPoint3D calls (#704)
|
2021-08-19 09:11:48 -07:00 |
|
Kamron Batman
|
8149620b0c
|
Fixes brace style (#248)
|
2020-09-13 21:49:46 -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 |
|