Bringing up to date.
Brought everything up to date with 0.437.0.406875 and made some improvements.
This commit is contained in:
@ -11,6 +11,10 @@ namespace RobloxFiles.DataTypes
|
||||
return string.Join<ColorSequenceKeypoint>(" ", Keypoints);
|
||||
}
|
||||
|
||||
public ColorSequence(float r, float g, float b) : this(new Color3(r, g, b))
|
||||
{
|
||||
}
|
||||
|
||||
public ColorSequence(Color3 c) : this(c, c)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user