public static void remove(ref ConsoleSystem.Arg arg) { FavouriteList.Remove(arg.GetString(0, string.Empty)); }
public static void @remove(ref ConsoleSystem.Arg arg) { string str = arg.GetString(0, string.Empty); FavouriteList.Remove(str); }