This website requires JavaScript.
Explore
Help
Sign in
neocturne
/
rpgedit
Archived
Watch
1
Star
0
Fork
You've already forked rpgedit
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
This repository has been archived on
2025-03-02
. You can view files and clone it, but cannot push or open issues or pull requests.
af04cbe359
rpgedit
/
custom.d.ts
10 lines
151 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Update everything
2018-10-23 23:45:30 +02:00
declare
module
"*.vs"
{
const
content
:
string
;
export
default
content
;
}
declare
module
"*.fs"
{
const
content
:
string
;
export
default
content
;
}
Reference in a new issue
Copy permalink