UNPKG

phaser4-rex-plugins

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