UNPKG

bp-prism-game

Version:
18 lines (17 loc) 228 B
/** * The Text Type Enum */ export declare enum TextTypeEnum { /** * Score */ score = "score", /** * highScore */ highScore = "highScore", /** * level */ level = "level" }