Convert datatypes to classes instead of structs.
This commit is contained in:
@ -415,7 +415,7 @@ namespace RobloxFiles.BinaryFormat.Chunks
|
||||
g = color3uint8_G[i],
|
||||
b = color3uint8_B[i];
|
||||
|
||||
return Color3.fromRGB(r, g, b);
|
||||
return Color3.FromRGB(r, g, b);
|
||||
});
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user