Exemplo n.º 1
0
 private Task onInventoryInteract(object sender, InventoryInteractEventArgs args)
 {
     return(onInteract(sender, args));
 }
Exemplo n.º 2
0
 private Task onInventoryInteract(InventoryInteractEventArgs args)
 {
     return(onInteract(args));
 }
Exemplo n.º 3
0
		private async Task onInventoryInteract(object sender, InventoryInteractEventArgs args)
		{
			_inventoryIndex = await sayDefault(_inventoryInteracts, _inventoryIndex);
		}