Skip to content

MonkyGT/Caputilla

Repository files navigation

Caputilla

This mod adds Modded rooms and an easy to use InputManager to the game "Capuchin"
To use this in code do something like
    public class Template : MonoBehaviour
    {
        void Start()
        {
            Caputilla.CaputillaManager.Instance.OnModdedJoin += OnJoinedModded;
            Caputilla.CaputillaManager.Instance.OnModdedLeave += OnLeaveModded;
        }

        void OnJoinedModded()
        {
            //Activate Mod Here
        }

        void OnLeaveModded()
        {
            //Deactivate Mod Here
        }
    }

and put make sure in the Load() part of the plugin class add AddCompenent<Template>();

if you make a version of this that allows mods to work in non-modded queues, I will turn you into a cheesecake

About

This mod adds a Modded queue to Capuchin

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages