private static void OnUpdate(EventArgs args) { if (Zhonya.IsOwned()) { UseItem1(Zhonya); } if (Seraph.IsOwned()) { UseItem2(Seraph); } }