C# Class UnturnedFrenetic.EventSystems.EntityEvents.EntityDestroyedEventArgs

Inheritance: EventArgs
Show file Open project: mcmonkey4eva/UnturnedFrenetic Class Usage Examples

Public Properties

Property Type Description
Amount NumberTag
Cancelled bool
Entity TemplateObject

Property Details

Amount public property

public NumberTag Amount
return NumberTag

Cancelled public property

public bool Cancelled
return bool

Entity public property

public TemplateObject Entity
return TemplateObject