예제 #1
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);
            var g = new Bomber();

            SetContentView((View)g.Services.GetService(typeof(View)));
            g.Run();
        }
예제 #2
0
 public EventsHandler(Bomber plugin) => this.plugin = plugin;
예제 #3
0
 public BomberCommand(Bomber plugin) => this.plugin = plugin;
예제 #4
0
 public override void OnEnable()
 {
     singleton = this;
     this.Info(this.Details.name + " v." + this.Details.version + " has been enabled.");
 }
예제 #5
0
 public Functions(Bomber plugin) => this.plugin = plugin;
예제 #6
0
 public Functions(Bomber plugin)
 {
     this.Bomber         = plugin;
     Functions.singleton = this;
 }