C# Class hbomb_info, IRCBot

Mostrar archivo 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_oe property

public string bomb_channel
return string

bomb_holder public_oe property

public string bomb_holder
return string

bomb_locked public_oe property

public bool bomb_locked
return bool

bomb_trigger public_oe property

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

previous_bomb_holder public_oe property

public string previous_bomb_holder
return string

wire_color public_oe property

public string wire_color
return string

wire_colors public_oe property

public string[] wire_colors
return string[]