NScumm.Scumm.ScummEngine6.GetInventoryCount C# (CSharp) Метод

GetInventoryCount() приватный Метод

private GetInventoryCount ( int owner ) : void
owner int
Результат void
        protected virtual void GetInventoryCount(int owner)
        {
            Push(GetInventoryCountCore(owner));
        }
    }
ScummEngine6