This commit is contained in:
maji
2025-12-29 19:52:37 +07:00
parent bade87243c
commit 38c4bb410c
3 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Creates a new black color.</Description>
<Description>Creates a new Color with the set R, G, B and A values</Description>
</Methods>
<Methods>
<Name>New</Name>
@@ -54,7 +54,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Creates a new Color with an R, G and B value of `d`</Description>
<Description>Creates a new Color with the set R, G, B and A values</Description>
</Methods>
<Methods>
<Name>New</Name>
@@ -80,7 +80,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Creates a new Color with the set R, G and B values and an alpha value of 1</Description>
<Description>Creates a new Color with the set R, G, B and A values</Description>
</Methods>
<Methods>
<Name>New</Name>

View File

@@ -16,7 +16,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Create new color range with 2 default points</Description>
<Description>Create color series by this color range</Description>
</Methods>
<Methods>
<Name>New</Name>

View File

@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Determines whether or not the player's health bar is visible.</Description>
<Description>Determines whether or not the player&apos;s health bar is visible.</Description>
</Properties>
<Properties>
<Name>UseLeaderboard</Name>