mirror of
https://github.com/ServUO/ServUO
synced 2026-08-11 20:23:04 -04:00
* Added Support for Flags Enums in Properties Now it is possible to edit the single flags of properties as long as they have the FlagsAttribute and are Enum based * Added unsigned support and injection of default flag options - all unsigned types are supported now as well - added the ability per injection into the value and name arrays to set all flags to off or on |
||
|---|---|---|
| .. | ||
| PropsConfig.cs | ||
| PropsGump.cs | ||
| SetBodyGump.cs | ||
| SetColorGump.cs | ||
| SetCustomEnumGump.cs | ||
| SetDateTimeGump.cs | ||
| SetFlagListOptionGump.cs | ||
| SetGump.cs | ||
| SetListOptionGump.cs | ||
| SetObjectGump.cs | ||
| SetObjectTarget.cs | ||
| SetPoint2DGump.cs | ||
| SetPoint3DGump.cs | ||
| SetTimeSpanGump.cs | ||