private static void KillstealMenu() { KSM = Menu.AddSubMenu("Killsteal", "ks"); KSM.Add("Q", new CheckBox("Kullan Q KS")); KSM.Add("W", new CheckBox("Kullan W KS")); KSM.Add("extW", new CheckBox("Gelişmiş W Kullan (veya R) Ks için (W + Q or E)")); KSM.Add("wr", new CheckBox("Kullan W+R + Ks için Q/E")); KSM.Add("E", new CheckBox("Kullan E KS")); KSM.Add("R", new CheckBox("Kullan R KS")); }
private static void KillstealMenu() { KSM = Menu.AddSubMenu("抢头", "ks"); KSM.Add("Q", new CheckBox("使用 Q 抢头")); KSM.Add("W", new CheckBox("使用 W 抢头")); KSM.Add("extW", new CheckBox("使用 延长 W (or R) 抢头 (W + Q 或者 E)")); KSM.Add("wr", new CheckBox("使用 W+R + Q/E 抢头")); KSM.Add("E", new CheckBox("使用 E 抢头")); KSM.Add("R", new CheckBox("使用 R 抢头")); }
private static void KillstealMenu() { KSM = Menu.AddSubMenu("Killsteal", "ks"); KSM.Add("Q", new CheckBox("Use Q KS")); KSM.Add("W", new CheckBox("Use W KS")); KSM.Add("extW", new CheckBox("Use extended W (or R) to KS (W + Q or E)")); KSM.Add("wr", new CheckBox("Use W+R + Q/E to KS")); KSM.Add("E", new CheckBox("Use E KS")); KSM.Add("R", new CheckBox("Use R KS")); }