MockBase.BotToBaseImpl.updateInventory C# (CSharp) 메소드

updateInventory() 공개 메소드

public updateInventory ( int inventory, Ice current ) : void
inventory int
current Ice
리턴 void
        public override void updateInventory(int inventory, Ice.Current current)
        {
            Console.WriteLine("Inventory: " + Convert.ToString(inventory, 2));
        }