hytopia 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/server.md CHANGED
@@ -1294,7 +1294,7 @@ A quaternion.
1294
1294
 
1295
1295
  </td><td>
1296
1296
 
1297
- A RGB color.
1297
+ A RGB color. r, g and b expect a value between 0 and 255.
1298
1298
 
1299
1299
 
1300
1300
  </td></tr>
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## RgbColor interface
6
6
 
7
- A RGB color.
7
+ A RGB color. r, g and b expect a value between 0 and 255.
8
8
 
9
9
  **Signature:**
10
10