mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-18 05:33:47 +00:00
initial
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Kemkas.Web.Db.Enums;
|
||||
|
||||
[Flags]
|
||||
public enum Tulajdonsag : byte
|
||||
{
|
||||
Ero = 1,
|
||||
Ugyesseg = 2,
|
||||
Egeszseg = 4,
|
||||
Intelligencia = 8,
|
||||
Bolcsesseg = 16,
|
||||
Karizma = 32,
|
||||
}
|
||||
Reference in New Issue
Block a user