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
|
864440a05e
|
fix: Source generates food. (#1054)
|
2022-06-13 01:48:27 -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 |
|