forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
9
Kha/Sources/kha/internal/IntBox.hx
Normal file
9
Kha/Sources/kha/internal/IntBox.hx
Normal file
@ -0,0 +1,9 @@
|
||||
package kha.internal;
|
||||
|
||||
class IntBox {
|
||||
public var value: Int;
|
||||
|
||||
public function new(value: Int) {
|
||||
this.value = value;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user