Server.Spells.TransformContext.TransformContext C# (CSharp) 메소드

TransformContext() 공개 메소드

public TransformContext ( Timer timer, Type type, ITransformationSpell spell ) : System
timer Timer
type System.Type
spell ITransformationSpell
리턴 System
		public TransformContext( Timer timer, Type type, ITransformationSpell spell )
		{
			m_Timer = timer;
			m_Type = type;
			m_Spell = spell;
		}
	}
TransformContext