mirror of https://github.com/axmolengine/axmol.git
3 lines
71 B
JavaScript
3 lines
71 B
JavaScript
|
var s = new SimpleNativeClass();
|
||
|
s.doSomeProcessing("hello", "world");
|