CSharpTradeOffers.Trading.Inventory.BeingUsed C# (CSharp) 메소드

BeingUsed() 개인적인 정적인 메소드

private static BeingUsed ( CSharpTradeOffers.Trading.RgInventoryItem rgInventoryItem ) : bool
rgInventoryItem CSharpTradeOffers.Trading.RgInventoryItem
리턴 bool
        private static bool BeingUsed(RgInventoryItem rgInventoryItem)
        {
            return rgInventoryItem.InUse;
        }