コード例 #1
0
 public InternalTimer(TeiravonMobile play, TeiravonMobile targ, int heal, OrcSplint splnt) : base(TimeSpan.FromSeconds(6.0))
 {
     player  = play;
     target  = targ;
     healpts = heal;
     splint  = splnt;
 }
コード例 #2
0
 public SplintTarget(Mobile from, OrcSplint splnt) : base(-1, false, TargetFlags.None)
 {
     m_player = (TeiravonMobile)from;
     splint   = splnt;
 }