UNPKG

phaser3-rex-plugins-fix-chun

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