Attribute -> RbxAttribute

This commit is contained in:
Max
2021-06-05 17:21:12 -05:00
parent 71cd85513e
commit 5dc65e2184
23 changed files with 76 additions and 133 deletions

View File

@ -4,7 +4,7 @@
{
AttributeType AttributeType { get; }
T ReadAttribute(Attribute attribute);
void WriteAttribute(Attribute attribute, T value);
T ReadAttribute(RbxAttribute attribute);
void WriteAttribute(RbxAttribute attribute, T value);
}
}