C# Class Server.Spells.Spell.DelayedDamageContextWrapper

Datei anzeigen Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Add ( Mobile m, Timer t ) : void
Remove ( Mobile m ) : void

Method Details

Add() public method

public Add ( Mobile m, Timer t ) : void
m Mobile
t Timer
return void

Remove() public method

public Remove ( Mobile m ) : void
m Mobile
return void