Code Analysis feedback tweaks.

This commit is contained in:
CloneTrooper1019
2020-09-14 11:20:34 -05:00
parent 4240337863
commit 2a114e70b0
25 changed files with 100 additions and 104 deletions

View File

@ -25,7 +25,7 @@ namespace RobloxFiles.DataTypes
Max = max;
}
internal NumberRange(Attribute attr) : this(attr.readFloat(), attr.readFloat())
internal NumberRange(Attribute attr) : this(attr.ReadFloat(), attr.ReadFloat())
{
}