Ejemplo n.º 1
0
        public static float SPEED = 10;//25; //approximated movement speed with 25% move speed bonus

        public void OnDestinationReached(DestType type, Vec3 dest)
        {
            if (dest.Equals(m_Destination))
            {
                m_Destination = Vec3.ZERO;
            }
        }