C# Class Tibialyzer.SimpleLootNotification

Inheritance: Tibialyzer.SimpleNotification
Exibir arquivo Open project: Mytherin/Tibialyzer Class Usage Examples

Public Properties

Property Type Description
creature Tibialyzer.Creature

Public Methods

Method Description
SimpleLootNotification ( Tibialyzer.Creature cr, int>.List items, string message ) : System

Private Methods

Method Description
CopyLootText ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
creatureBox_Click ( object sender, EventArgs e ) : void
openItem_Click ( object sender, EventArgs e ) : void

Method Details

SimpleLootNotification() public method

public SimpleLootNotification ( Tibialyzer.Creature cr, int>.List items, string message ) : System
cr Tibialyzer.Creature
items int>.List
message string
return System

Property Details

creature public_oe property

public Creature,Tibialyzer creature
return Tibialyzer.Creature