GameEntities.Dynamic.GetRandomAnimationNumber C# (CSharp) Method

GetRandomAnimationNumber() protected method

protected GetRandomAnimationNumber ( string animationBaseName, bool firstAnimationIn10TimesMoreOften ) : int
animationBaseName string
firstAnimationIn10TimesMoreOften bool
return int
        protected int GetRandomAnimationNumber( string animationBaseName,
            bool firstAnimationIn10TimesMoreOften)
        {
            return animationController.GetRandomAnimationNumber( animationBaseName,
                firstAnimationIn10TimesMoreOften );
        }