drupijs / Drupi-JS

Minecraft development made easy.
https://drupi.js.org/
Apache License 2.0
35 stars 4 forks source link

add import function #8

Closed eilon40 closed 4 years ago

Vrganj commented 4 years ago

What's the point of that? It may be a few characters shorter than the method everyone uses, but what's the point?

wiidotmom commented 4 years ago

Completely agree with @Vrganj here - just create the function yourself, or use

const importedClass = class.to.import;

like everyone else does.

Hundeklemmen commented 4 years ago

Agree with both @Vrganj and @iGalaxyYT This pull request seems kinda unnecessary.