Пример #1
0
 private Task onInventoryInteract(object sender, InventoryInteractEventArgs args)
 {
     return(onInteract(sender, args));
 }
Пример #2
0
 private Task onInventoryInteract(InventoryInteractEventArgs args)
 {
     return(onInteract(args));
 }
Пример #3
0
		private async Task onInventoryInteract(object sender, InventoryInteractEventArgs args)
		{
			_inventoryIndex = await sayDefault(_inventoryInteracts, _inventoryIndex);
		}