Guest User

everestdummy

a guest
Oct 20th, 2022
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.60 KB | None | 0 0
  1. using Celeste.Mod.UI;
  2. using FMOD.Studio;
  3. using Microsoft.Xna.Framework;
  4. using Monocle;
  5. using Celeste;
  6. using System;
  7. using System.Collections;
  8. using System.Collections.Generic;
  9. using System.Linq;
  10. using System.Text;
  11. using System.Threading.Tasks;
  12.  
  13.  
  14. namespace Celeste.Mod.Chao_Scrapmod
  15. {
  16.     public class EverestDummy : EverestModule
  17.     {
  18.         public static EverestDummy Instance;
  19.  
  20.         public EverestDummy()
  21.         {
  22.             Instance = this;
  23.         }
  24.  
  25.         public override void Load()
  26.         {
  27.         }
  28.  
  29.         public override void Unload()
  30.         {
  31.         }
  32.     }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment