Exemple #1
0
        public override bool FindProperty(AFIDENTID self, string strPropertyName)
        {
            if (mhtObject.ContainsKey(self))
            {
                AFIObject xGameObject = (AFIObject)mhtObject[self];
                return(xGameObject.FindProperty(strPropertyName));
            }

            return(false);
        }