Esempio n. 1
0
        public override bool SetPropertyInt(AFIDENTID self, string strPropertyName, Int64 nValue)
        {
            if (mhtObject.ContainsKey(self))
            {
                AFIObject xGameObject = (AFIObject)mhtObject[self];
                return(xGameObject.SetPropertyInt(strPropertyName, nValue));
            }

            return(false);
        }