From ced3d03bdb3ce866d832e03fb212865140905a9a Mon Sep 17 00:00:00 2001 From: Thomas Leyh Date: Sun, 24 Jul 2016 08:14:18 +0200 Subject: Add project files. --- V3/Faction.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 V3/Faction.cs (limited to 'V3/Faction.cs') diff --git a/V3/Faction.cs b/V3/Faction.cs new file mode 100644 index 0000000..96b2f9b --- /dev/null +++ b/V3/Faction.cs @@ -0,0 +1,7 @@ +namespace V3 +{ + public enum Faction + { + Undead, Kingdom, Plebs + } +} \ No newline at end of file -- cgit v1.2.1