diff --git a/FabAccessAPI/Permissions.cs b/FabAccessAPI/Permissions.cs new file mode 100644 index 0000000..b77be1a --- /dev/null +++ b/FabAccessAPI/Permissions.cs @@ -0,0 +1,10 @@ +using System; +using System.Collections.Generic; +using System.Text; + + +//This is where the permissions subsystem will live +namespace FabAccessAPI { + class Permissions { + } +}