MockBase.BotToBaseImpl.updateInventory C# (CSharp) Méthode

updateInventory() public méthode

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