summaryrefslogtreecommitdiff
path: root/HBObject.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-09-18 19:34:14 +1000
committerJake Mannens <jake@asger.xyz>2023-09-18 19:34:14 +1000
commitcb8179b5e5a8d5253d063ed607205f52643410fa (patch)
treeea5ab297ba2876ba4db236ae700b03f5aba0459b /HBObject.cs
parent604ef537e0fabfbcc3abf9d7473b22f08dc549a6 (diff)
Initial commit
Diffstat (limited to 'HBObject.cs')
-rw-r--r--HBObject.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/HBObject.cs b/HBObject.cs
index 8001ea3..ba1c226 100644
--- a/HBObject.cs
+++ b/HBObject.cs
@@ -11,4 +11,5 @@ public class HBObject {
public int ObjectId { get; set; }
public Guid Guid { get; set; } = Guid.NewGuid();
public virtual List<Tag> Tags { get; set; } = new();
+ public Acl? Acl { get; set; }
} \ No newline at end of file