public class AutoTyper : Feature
{
public AutoTyper() : base("AutoTyper", "Automatically type stuff", Category.Casino) { }
// ^ NAME ^ DESCRIPTION ^ CATEGORY
// Here would be the feature's actual feature. For this, unneeded.
}
public class AutoTyper : Feature
{
public AutoTyper() : base("AutoTyper", "Automatically type stuff", Category.Casino) { }
// ^ NAME ^ DESCRIPTION ^ CATEGORY
// Here would be the feature's actual feature. For this, unneeded.
}