From 6a30feab39ba9f306ca7ee57d39969e3d4e897e1 Mon Sep 17 00:00:00 2001 From: JohnnyMorganz Date: Wed, 25 Dec 2024 15:52:49 +0000 Subject: [PATCH] Include `BrickColor.Random()` global type Fixes #760 --- scripts/DataTypes.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/DataTypes.json b/scripts/DataTypes.json index 81a93aef..4d6d55dd 100644 --- a/scripts/DataTypes.json +++ b/scripts/DataTypes.json @@ -201,6 +201,14 @@ "Name": "BrickColor" } }, + { + "MemberType": "Function", + "Name": "Random", + "Parameters": [], + "ReturnType": { + "Name": "BrickColor" + } + }, { "MemberType": "Function", "Name": "Green",