UNPKG

phaser3-rex-plugins-fix-chun

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