Advertisement
TheUnproPro

YouTube 1

Sep 15th, 2020
1,970
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /** /*:
  2.  * @target MZ
  3.  *
  4.  * @author My Name
  5.  * @plugindesc 😳💕😔 My first plugin!
  6.  *
  7.  * @help
  8.  * THIS IS A LONG MESSAGE
  9.  * qwf
  10.  * qwf
  11.  * qwf
  12.  * qw
  13.  * qw
  14.  * fqw
  15.  * fqw
  16.  * fqw
  17.  * f
  18.  *
  19.  */
  20. ;
  21. (() => {
  22.  
  23.     class Thing {
  24.         constructor() {
  25.             this.banana = 50;
  26.             this.sour = "yeth";
  27.         }
  28.  
  29.         yell() {
  30.             console.log(this.banana, this.sour);
  31.         }
  32.     }
  33.  
  34.     var yeet = new Thing();
  35.     console.log(yeet);
  36.  
  37.     const f;
  38.     let f2;
  39.     async function neato() {}
  40.  
  41. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement