Make the plugin support non-primitive types

This commit is contained in:
Lucien Greathouse
2019-02-11 10:55:03 -08:00
parent b9ee14a0f9
commit 5f062b8ea3
5 changed files with 155 additions and 104 deletions

View File

@@ -13,6 +13,7 @@ stds.roblox = {
-- Types
"Vector2", "Vector3",
"Vector2int16", "Vector3int16",
"Color3",
"UDim", "UDim2",
"Rect",