5 lines
71 B
JavaScript
5 lines
71 B
JavaScript
var index = entity.index;
|
|
|
|
function test_func() {
|
|
rust_func(index);
|
|
}
|