Exemplo n.º 1
0
 public virtual void OnGetEffect(DynamicObject owner, double timer)
 {
 }
Exemplo n.º 2
0
 public Effect(DynamicObject owner, double timer)
 {
     this.timer = timer;
     this.owner = owner;
 }