UNPKG

phaser4-rex-plugins

Version:
9 lines (8 loc) 172 B
var PauseTyping = function () { var timer = this.getTimer(); if (timer) { timer.paused = true; } return this; } export default PauseTyping;