Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 848 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 848 Bytes

English

在 RPG Maker MV 中使用 TypeScript 的必要基础套件

本仓库整合了使用RPG Maker MV所必备的基础TypeScript声明文件(*.d.ts),用于让想要在RPG Maker MV中体验TypeScript的开发者尽快上手。

提示

  • 本仓库中的套件使用constructor替代RMMV的各类Scene/Window/Sprite/..等对象的所有initialize逻辑,如果你想要改写initialize的功能,请从constructor下手。

谢谢!

谢谢提供了以下组件的所有开发者们!

如果你发现了任何问题,欢迎提出Issue或者Pull Request!