C# Class hbomb_info, IRCBot

Show file Open project: uncled1023/IRCBot Class Usage Examples

Public Properties

Property Type Description
bomb_channel string
bomb_holder string
bomb_locked bool
bomb_trigger System.Timers.Timer
previous_bomb_holder string
wire_color string
wire_colors string[]

Property Details

bomb_channel public property

public string bomb_channel
return string

bomb_holder public property

public string bomb_holder
return string

bomb_locked public property

public bool bomb_locked
return bool

bomb_trigger public property

public Timer,System.Timers bomb_trigger
return System.Timers.Timer

previous_bomb_holder public property

public string previous_bomb_holder
return string

wire_color public property

public string wire_color
return string

wire_colors public property

public string[] wire_colors
return string[]