This commit is contained in:
parent
cbcbaa2f29
commit
23e335aa7a
@ -32,4 +32,4 @@ export class TickEvent {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
addBridge('TickEvent.run', (world: JavaObject) => TickEvent.INSTANCE.run(new World(world)));
|
addBridge('Event.tick', (world: JavaObject) => TickEvent.INSTANCE.run(new World(world)));
|
||||||
|
Reference in New Issue
Block a user