Exemplo n.º 1
0
 protected override void DoStart()
 {
     _performJob = Context.AddPlayerSkill(_performTick, Perform);
     _stopJob = Context.AddPlayerSkill(_duration, Stop);
 }
Exemplo n.º 2
0
 protected override void DoStart()
 {
     _performJob = Context.AddPlayerSkill((Tick)3, Perform);
     _stopJob = Context.AddPlayerSkill((Tick)7, Stop);
 }