.rlr - Set a level requirement on a self-assignable role

This commit is contained in:
Master Kwoth
2017-11-07 14:48:39 +01:00
parent 7f5961e905
commit f7ef8eae12
5 changed files with 2074 additions and 1 deletions

View File

@ -6,5 +6,6 @@
public ulong RoleId { get; set; }
public int Group { get; set; }
public int LevelRequirement { get; set; }
}
}