예제 #1
0
        public void Properties()
        {
            SingleAnimationBasePoker poker = new SingleAnimationBasePoker();

            Assert.AreEqual(typeof(float), poker.TargetPropertyType);
        }
	public void Properties ()
	{
		SingleAnimationBasePoker poker = new SingleAnimationBasePoker ();
		Assert.AreEqual (typeof (float), poker.TargetPropertyType);
	}