Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using Celeste.Mod.UI;
- using FMOD.Studio;
- using Microsoft.Xna.Framework;
- using Monocle;
- using Celeste;
- using System;
- using System.Collections;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Celeste.Mod.Chao_Scrapmod
- {
- public class EverestDummy : EverestModule
- {
- public static EverestDummy Instance;
- public EverestDummy()
- {
- Instance = this;
- }
- public override void Load()
- {
- }
- public override void Unload()
- {
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment