server-master/srcs/_plugins/Plugin.FamilyImpl/Commands/FamilyKeeperChange.cs
2026-02-10 18:21:30 +01:00

8 lines
No EOL
124 B
C#

namespace Plugin.FamilyImpl.Commands
{
public enum FamilyKeeperChange
{
Dismiss,
Appointment
}
}