Пример #1
0
        public void Cast(Mobile caster)
        {
            HearthSpell hs = new HearthSpell(this, caster);

            if (hs.Cast())
            {
                _LastUsed = DateTime.Now;

                Event_Invoke("OnUsed");
            }
        }
Пример #2
0
		public void Cast(Mobile caster)
		{
			HearthSpell hs = new HearthSpell(this, caster);

			if (hs.Cast())
			{
				_LastUsed = DateTime.Now;

				Event_Invoke("OnUsed");
			}
		}