コード例 #1
0
        // This constructor adds a reference to the plugin to this EventHandler.
        public BreakDoorHandler(ZBDPlugin plugin)
        {
            this.plugin = plugin;

            markedDoorsPos         = new HashSet <int>();
            gettingZombiesNeededBC = new HashSet <string>();
            gettingCannotOpenBC    = new HashSet <string>();
        }
コード例 #2
0
 public ZBDDisableCommand(ZBDPlugin plugin) => this.plugin = plugin;
コード例 #3
0
 public MiscEventHandler(ZBDPlugin plugin) => this.plugin = plugin;