mirror of
https://github.com/Noratrieb/UselessClasses.git
synced 2026-01-14 16:45:09 +01:00
u8 a = 0xPA
u8 b = 0xIN
This commit is contained in:
parent
96543f1455
commit
4932ed7660
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ public class u8 {
|
|||
/**
|
||||
* Create a new u8. You need to input a short because that is how Java works.
|
||||
* The value will be stored in a byte though.
|
||||
* @param s
|
||||
* @param s The short value
|
||||
*/
|
||||
public u8(short s) {
|
||||
b = (byte) s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue