Saving to DB, need to render

This commit is contained in:
Lani Aung
2021-11-02 18:33:07 -06:00
parent d52cc4b206
commit 16dfc040a4
18 changed files with 318 additions and 212 deletions
+1
View File
@@ -5,6 +5,7 @@ namespace fxl.codes.kisekae.Entities
[Flags]
public enum Set
{
Unset = -1,
Zero = 2 ^ 0,
One = 2 ^ 1,
Two = 2 ^ 2,