Example #1
0
        [Test] public void PermsTest()
        {
            Perms p = new Perms();

            p.Add(Perm.CardCreator);
            Console.WriteLine(p.data);
        }
Example #2
0
 public Person()
 {
     _permissions = new Perms();
 }