public void Properties()
        {
            ByteAnimationBasePoker poker = new ByteAnimationBasePoker();

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