C# Класс DamageMeter.UI.EntityStats.EnduranceDebuffDetail

Logique d'interaction pour EnduranceDebuff.xaml
Показать файл Открыть проект

Открытые методы

Метод Описание
EnduranceDebuffDetail ( HotDot hotdot, int stack, AbnormalityDuration abnormalityDuration, long firstHit, long lastHit ) : System
Update ( HotDot hotdot, int stack, AbnormalityDuration abnormalityDuration, long firstHit, long lastHit ) : void

Приватные методы

Метод Описание
UIElement_OnMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Описание методов

EnduranceDebuffDetail() публичный Метод

public EnduranceDebuffDetail ( HotDot hotdot, int stack, AbnormalityDuration abnormalityDuration, long firstHit, long lastHit ) : System
hotdot HotDot
stack int
abnormalityDuration AbnormalityDuration
firstHit long
lastHit long
Результат System

Update() публичный Метод

public Update ( HotDot hotdot, int stack, AbnormalityDuration abnormalityDuration, long firstHit, long lastHit ) : void
hotdot HotDot
stack int
abnormalityDuration AbnormalityDuration
firstHit long
lastHit long
Результат void