Ejemplo n.º 1
0
        public VehicleModule(MainClient client)
        {
            Client = client;

            Client.AddCommand("vehicle", VehicleCommand);
            Client.AddCommand("dv", RemoveVehicleCommand);
        }