Inheritance: NotificationForm
Ejemplo n.º 1
0
        public static void ShowRoute(Coordinate target, TibiaObject obj, string command)
        {
            if (target == null)
            {
                return;
            }
            RouteForm f = new RouteForm(target, obj);

            ShowNotification(f, command);
        }
Ejemplo n.º 2
0
        public static void ShowRoute(Coordinate target, TibiaObject obj, string command)
        {
            if (target == null) return;
            RouteForm f = new RouteForm(target, obj);

            ShowNotification(f, command);
        }