Zh.ts 138 B

123456789101112
  1. const {ccclass, property} = cc._decorator;
  2. @ccclass
  3. export default class Zh
  4. {
  5. public static zh={
  6. "start":"开始"
  7. }
  8. }